Search code examples
phpsvnrepositorylan

How to create a svn repository for Local Network?


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 application available to establish SVN repository? How to create SVN repository for local network ?


Solution

  • Of course you can establish a svn server as well locally.

    Another approach woud be a distributed VCS like Mercurial, git or bazaar.