I’ve been using SVN a lot as a single user on a single computer
Now I’d like to share my stuff across multiple computers
So far I’ve been checking out from file://c:/myproject
I’d like to checkout from svn://mycomputer/myproject
How can I map the first into the second?
The repository is laid out identically. In order to use the svn protocol to access the repository, you need to set up svnserv, and point it to the repository you’re using. This will allow both accesses – file:// locally, and svn:// remotely (or locally). A colleague swears by Visual SVN.