visual studio 2008 - Branching and Merging in VSTS -


how effective merging when folders , projects have been renamed in solution?

we've had lots of success tfs 2005 when comes file deletes/renames, few specific exceptions, namely:

  1. files have been renamed in both source , target branches (this trivially solved click on "ignore server changes");
  2. files have been renamed in target branch deleted in source branch. recall 1 case merge not work no matter tried, , forced "revert" change on source branch , re-do after merge.

supposedly tfs 2008 solves lot of these issues, aside occasional merge hickups tfs stable, , hierarchical merges lot simpler , quicker svn.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -