how do i do a svn checkout through batch files
Printable View
how do i do a svn checkout through batch files
For this, I'll assume you have subversion installed, and added to your PATH variable. Use this as the batch file:
Code:svn checkout "THE URL TO CHECKOUT" "THE PATH TO CHECK IT OUT TO"