Setting up SVN on Apache on Windows

As part of getting some new members up to speed I needed create an SVN repository for project related check-in. I decided to go with Apache SVN which is easy to setup on Apache.

Installation the following software
Reboot to ensure paths are set correctly

Apache Installation note

  • Using port 80 it should install as a service to ensure SVN is active on restart

Creating a repository on the Server
Copy required modules Copy the files mod_authz_svn.so and mod_dav_svn.so Configure Apache httpd.conf In the modules section ensure the following setting exist

Create and add user(s) to the authfile
Connect and Confirm using IE, Chrome or FireFox Setting up the standard directories Checkout the repository using TortiseSVN or a command line tool Create the following directories:
Add and commit the directories to SVN.  SVN clients:
  • TortiseSVN
  • Eclipse
References:

Comments

Popular posts from this blog

Jenkins - Adding Build Lights - Delcom 904008

SVN to Hudson/Jenkins - Repository Hooks