SVN - useful referance guide
Wednesday, August 20th, 2008Speeding up SVN usage using ‘file’ rather than ‘http’:
svn co file:///usr/local/svn-rep/REPOSITORY_NAME/trunk CHECKOUT_FOLDER
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
Speeding up SVN usage using ‘file’ rather than ‘http’:
svn co file:///usr/local/svn-rep/REPOSITORY_NAME/trunk CHECKOUT_FOLDER
I am moving from CVS to SVN: