How to set SVN url

svn

I have svn working, because when I type in svn help it gives the svn commands showing me it's installed. How do I set my svn url? I have my SVN via Beanstalk, I just need to figure out how to get the files from beanstalk to my computer using my Mac oSX terminal 🙂

Best Answer

svn co <url> <path>

will checkout the working copy from repository to path.