Return to Snippet

Revision: 57518
at May 30, 2012 08:00 by inreflection7


Initial Code
svn st -u path/to/file

svn up -r6272 path/to/file

Initial URL


Initial Description
First, st -u the file to get a revision number
Then, make a note of the revision. In case you need to rollback up to the revision number. No space after the r in -r.

Initial Title
SVN st/up one/two punch

Initial Tags


Initial Language
SVN