How do I checkout a project with subversion (svn)?

By Alvin J. Alexander, devdaily.com

For a customer named ACME, and a project named Project1, this command worked for me:

svn co http://svn.devdaily.com/svn/repos/ACME/Project1/trunk Project1

Of course this also assumes that my SVN server is svn.devdaily.com. There are a few other assumptions in here as well, but I will leave it at that for now.


devdaily logo