Is there any easy way to generate path reverting given commit in SVN? -


i need generate patch file revert/undo effects of given svn commit (not necessary last one). i.e. if field added class, patch needs remove field, etc.

is there automatic way generate path? or need prepare manually?

probably need smth like

svn diff -r 123:124 > your.patch 

where 124 revision want revert.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -