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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -