Skip to content

Manuel Baumann

  • home
  • articles
  • about

Tag: Subversion

Subversion: revert file to older revision

Who doesn’t know the following situation: The file somestuff.c is in the HEAD revision, but it is not working anymore. Now you want to revert it to the revision 10 (which is may be HEAD-1). One way doing that is to update to the files correct version by: svn up -r 9 somestuff.c Then copy… Continue reading Subversion: revert file to older revision

Published November 7, 2010
Categorized as Software Tagged Subversion
Manuel Baumann
Proudly powered by WordPress.