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
Post a Comment