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
Apache Installation note
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:
Installation the following software
- Apache HTTP Server 2.2.1
- Apache Subverion - 1.7.1 Win32Svn (32-bit client, server and bindings, MSI and ZIPs; maintained by David Darj)
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:
- TortiseSVN
- Eclipse
- http://svn.spears.at/
- http://svnbook.spears.at/
- http://www.germane-software.com/~ser/R_n_R/subversion.html#N61
- http://java.sun.com/blueprints/code/projectconventions.html
- http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/
- http://www.abbeyworkshop.com/howto/misc/svn01/
- SyntaxHighlighting - http://geektalkin.blogspot.com/2009/11/embed-code-syntax-highlighting-in-blog.html
Comments
Post a Comment