In chapter 04, "Branching and Merging"
> Aha! Since all branch-changes that happened between
> revisions 341 and 405 were previously merged to the trunk, you
> now know that you want to merge only the branch changes after
> that: revisions 406 through HEAD.
Maybe there should be note, that we should use 'svn update' to
*also* get revision of HEAD and then use that number in log message,
or someone will make log message like this:
"Merged my-calc-branch changes r341:HEAD into the trunk."
;)
# svn diff
Index: ch04.xml
===================================================================
--- ch04.xml (revision 9455)
+++ ch04.xml (working copy)
@@ -932,7 +932,7 @@
$ svn update
At revision 480.
-$ svn merge -r 406:480
http://svn.example.com/repos/calc/branches/my-calc-branch
+$ svn merge -r 406:HEAD
http://svn.example.com/repos/calc/branches/my-calc-branch
U integer.c
U button.c
U Makefile
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 22 14:05:14 2004