Tweaking "Backing Out Changes" scenario for svn to use the -c flag.

Thanks Benji York for the tip.
This commit is contained in:
Brett Cannon 2009-01-24 22:23:23 +00:00
parent a6341ebaa2
commit c450f54320
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ svn
::
# Assume the change to revert is in revision 40
svn merge -r40:39 .
svn merge -c -40 .
# Resolve conflicts, if any.
svn commit -m "Reverted revision 40"