Can we set up svn server on a local computer without any network access?

Posted by Aitezaz Abdullah on Programmers See other posts from Programmers or by Aitezaz Abdullah
Published on 2012-03-29T15:40:40Z Indexed on 2012/03/29 17:41 UTC
Read the original article Hit count: 305

Filed under:

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?

© Programmers or respective owner