How to create a svn repository for Local Network? [closed]
I want to create a SVN repository in Local Network. So other systems in the network can access the SVN repository. I want to develop this for PHP developers is my company. Is there any opensource PHP applic开发者_C百科ation available to establish SVN repository? How to create SVN repository for local network ?
Of course you can establish a svn
server as well locally.
Another approach woud be a distributed VCS like Mercurial, git or bazaar.
This might help you: http://www.cse.yorku.ca/percept/svn_starters_guide.pdf
If you would like to try CVS you can find some info here: http://www.cs.umb.edu/~srevilak/cvs.html
PS: I suggest you google before asking.
精彩评论