undo - SVN Backout but keep changes locally -
with svn command line, whats best way out committed changes retain them on local revision? i.e. want final state of remote repository before lastly commit, , want final state of local revision have changes backed out (so can spend time fixing , recommit)?
reverse merge unwanted changeset(s) in working copy commit revision update wc head-1 revision (head before changes).
svn undo revert backout
No comments:
Post a Comment