Linux - Svn download a specific version of file, SVN download particular revision

Svn download a specific version of file

SVN: Download a specific version or revision of file

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

SVN is a version control, from which we can check-in or check-out different versions of modified files.

The topic on Linux - Svn download a specific version of file is posted by - Math

Hope you have enjoyed, Linux - Svn download a specific version of fileThanks for your time

Tech Bluff