简体   繁体   中英

How to revert a --record-only svn merge before a commit?

We use SVN 1.6.

How do we perform a svn merge "revert" of a revision number that is --record-only in linux shell before a svn commit ?

We perform svn merge --record-only -c 1234 http://testsomething.com

We like to revert that step.

Thank you Sincerely

Run 'svn status' and the file or directory that has changed mergeinfo should show as modified. You can revert that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM