Tweaking "Backing Out Changes" scenario for svn to use the -c flag.
Thanks Benji York for the tip.
This commit is contained in:
parent
a6341ebaa2
commit
c450f54320
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue