Monday, December 4, 2017

SVN Quick Note : Check all revision and download specific revision


We can use the below command for the revision history with commit message

svn log -l5 -v



To dowload specific revision version from SVN:
svn checkout http://10.78.11.131/svn/mbsdb@7 testsvn/

* Here 7 is the revision no.
** testsvn is the target directory where to download

No comments: