During this week I had installed and configured Subversion and Cruise Control in my office. We all know its relatively simple to configure these but then also here in this post I am just writing the installation and configuration of Subversion into some simple steps. Hope it will be helpful to any of you in future [ Surely. for me too
].
7 Responses to “Installing Subversion? Just follow this 7 Steps”
- 1 Trackback on March 30, 2008 at 11:26 am
- 2 Trackback on April 29, 2008 at 2:41 pm











Good post. Have you tried BitNami Subversion Stack http://bitnami.org/stack/subversion? You can save some steps
Or, you could just install VisualSVN Server [0].
Great article though. This is great information to have available when you’re in a bind and can’t remember the exact syntax for configuring Apache.
[0]: http://www.visualsvn.com/server/
I would also recommend SVN1ClickSetup, which does everything in a wizard-like fashion and eliminates a *lot* of dependencies:
http://svn1clicksetup.tigris.org/
I had a remotely-accessible subversion server up and running about 15 minutes after discovering this.
You have -cm in both the steps on the user creation. The second one should just be -m otherwise you overwrite the user you just created.
Ryan, You are right! I changed it. Thanks a lot.