SVN st/up one/two punch


/ Published in: SVN
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. svn st -u path/to/file
  2.  
  3. svn up -r6272 path/to/file

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.