SVN: Download a specific version or revision of file
by rajesh[ Edit ] 2012-12-26 18:57:05
Command to download a specific version or revision of a file from the server repository
-------------------------------------
svn co filename.txt -r 1
-------------------------------------
The above command will download version 1 of filname.txt file