svn - Viewing and Removing multiple commits at once? -
is there quick way remove multiple commits @ once svn on remote repo?
and on seeing file list of modified, e
mean?
you can't remove commits in deleting commit, though can reverse merge , commit that.
details on how can found in svnbook | undoing changes.
you can specify list of commits, non-consequitive commits doing:
svn merge -c -1234,-1271,-1285 .
to second question, there no such status code 'e'. see list svn status
.
Comments
Post a Comment