At 10:27 AM 11/21/2004, Jeff White wrote: >On page >http://httpd.apache.org/cli/ > >Anonymous SVN access (via http) is available. > >% svn co http://svn.apache.org/repos/asf/httpd/mod_aspdotnet/trunk >mod_aspdotnet > >Notice space after trunk. > >There is no such page as mod_aspdotnet.
The svn co command takes 2 arguments; path-to-repos local-dir This command's similar to cvs co -d mod_aspdotnet /repos/trunk The syntax just indicates that the checked out directory is named a meaningful 'mod_aspdotnet' locally, not the less meaningful 'trunk'. Some projects would show; svn co http://svn.apache.org/repos/asf/httpd/mod_aspdotnet but this is not desireable for most users! You end up with full checkouts of every tag and branch in existence.