Can we set up svn server on a local computer without any network access?
- by Aitezaz Abdullah
I want to set up an SVN repository on my computer without any network access. I am working on a code without any collaborator, so I don't want it to be publicly available. I read the following post.
http://stackoverflow.com/questions/6001445/local-source-control-repository-cross-platform
but this post suggests using online svn repository services that give free repositories. In that case, my code will be publicly available (as is included in the terms of free plans). So I was wondering if I can set up a local server on my windows xp machine that only I access even when I don't have any internet connection?