You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter McAlpine <pe...@gmail.com> on 2006/11/21 20:27:52 UTC

best practices for merging from branch

Hello,

Let's say I branch like so:
svn cp $URL/trunk $URL/private_branch

Then I make some changes to $URL/private_branch and want to merge them
back onto trunk. I want to review my diff first. Is there a
cleaner/easier way of seeing the changes on my branch than using "svn
log --stop-on-copy" and then manually specifying the revision numbers
in the "svn diff" command?

-Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org