Home > Mac | Technology > Reverting a commit in svn

Reverting a commit in svn

If you want to revert your commit use below command

svn merge -r [current_version]:[previous_version] [repository_url]

svn commit -m “Reverting bad commit. [previous_version]”

,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackbacks:0

Listed below are links to weblogs that reference
Reverting a commit in svn from it's my blog !!!
TOP