How to rollback to a previous revision in SVN


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



Copy this code and paste it in your HTML
  1. 1. svn diff -r X:Y > a.patch
  2. 2. patch -p0 < a.patch
  3. 3. svn commit

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.