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

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -