Is SVN config on local / local server possible?
I want to know if there is a way to set up SVN over LAN (webserver with php + mysql + apache configured), in LINUX, Windows. my requirement is to create a small webserver locally with SVN installation.
I know the svn turtle config. But how is this possible on a local network (local).
-2
a source to share
1 answer
The Subversion Book has an excellent chapter on server configuration . I suggest you start there. The book is quite thorough and straightforward. Or, if you are like Windows, you can take a look at VisualSVN Server , which can be configured and administered at the -and-click point.
+7
a source to share