Changes between Initial Version and Version 1 of SvnMerging


Ignore:
Timestamp:
01/17/07 21:37:56 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnMerging

    v1 v1  
     1== Merging with Subversion ==
     2
     3 * '''Why merge?''' Merging one way or another is the only way to combine two different versions of the code. It can be done manually or using the svn merge command.
     4
     5 * '''Manually is probably best.''' Use svn or Winmerge to check for modifications, but combine files using hand edits, ideally with a tool like Winmerge or Emacs.
     6
     7 * '''Sometimes automatic is more appropriate.''' For example, if you want to add the new copyright statements and reference to licence.txt into every file in your branch, like the trunk does now, and you have otherwise not changed much in your branch, it is ''way'' quicker to use svn merge.
     8
     9 * '''Svn merge is not what you think.''' The syntax is not intuiti