Quantcast
Channel: SHARPEN THE BLADES » Programming
Viewing all articles
Browse latest Browse all 12

Quick Rollback in SVN

$
0
0

From the comments on this post: http://aralbalkan.com/1381/
$ svn cat -r [rev] [filename] > [workingcopy filename]
for example:
$ svn cat -r 17450 build.xml > build.xml



Viewing all articles
Browse latest Browse all 12

Trending Articles