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?
Assembla supports connecting to SVN repositories using SVN+SSH protocol, which provides security advantages. In this section we will discuss how you can set up your SVN client to use this protocol on Linux, Mac, and Windows computers.
The Checkout command is used to copy the files from the SVN repository to the working copy. If we want to access files from the SVN server, then we have to check out it first.
The SVN server can serve the repository using a number of different methods, including direct file, http, https, SVN protocol or SVN over SSH protocol.
You need the svnserve deamon. The documentation to configure it is here (paragraph on "svnserve as Windows service"):
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.invoking
You may also want to look at other possibilities to acccess you svn server in this chapter.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With