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 ?
Of course you can establish a svn
server as well locally.
Another approach woud be a distributed VCS like Mercurial, git or bazaar.