SVN - Window Setup
Subversion is a good version controlling system
Setting up Window SVN server is rather easy with the following steps
Setting up Window SVN server is rather easy with the following steps
- Download Collabnet SVN server
- Download Python 2.5
- Download Subversion Python 2.5 binding
- Install Python 2.5
- Install Python 2.5 binding
- Install Callabnet SVN server
- While installing Callabnet, follow the wizard. Make sure you install viewVC when you are asked to install Apache2.2 server.
- Restart the machine (very important, if not, mod_dav_svn.so will not be able to load by Apache server)
- After the restart, restart Apache server by net start apache2.2
- Go to any browser and type http://ip:port/. If you see a web response, you have successfully installed SVN
For a svn window client, I highly recommand Tortise SVN. It has a simple and nice window interface for checking out content from given respository
Comments
Post a Comment