I have a URL for a Subversion repository and on the command line on Ubuntu I want to just download a copy of the repository as you would do in Mercurial by typing:
hg clone http://svn.somerepository.com/somerepository/trunk/docs/
How do you "clone" a repository in SVN?
Also, I just want to get everything below the
docs
folder - I don't want to start in the trunk - how would you do something like this:svn clone http://svn.somerepository.com/somerepository/trunk/docs/