Bananas Development Blog: share your thoughts

SVN rollback: revert a commit

Ich hatte gerade das Problem einen Commit gemacht zu haben und diesen dann aber wieder zurücknehmen musste.
Somit die Änderungen des Commits zurücknehmen und wieder die alte version zu benutzen.

Das funktioniert wie folgt:
$ svn merge -c -303 http://svn.example.com/repos/calc/trunk
U integer.c

$ svn status
M integer.c

$ svn diff

# verify that the change is removed


$ svn commit -m "Undoing change committed in r303."
Sending integer.c
Transmitting file data .
Committed revision 350.

Damit macht man einen merge auf die version in der der commit erfolgt ist.
Dazu muss man auch darauf achten, dass man eventuelle Konflickte lösen sollte.


Quelle
  • No comments

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Trackbacks / Pingbacks

  • No Trackbacks