nsabulk.blogg.se

Configure svn with apache
Configure svn with apache













(If you get an error bad command or filename then add the SVN bin path to the environment variables. On the server, create a directory D:\SourceCodeRepos, this directory will hold the files of our source code repos. IT IS ADVISABLE TO RESTART YOUR MACHINE AFTER THE INSTALLATION. SVN can be downloaded from the following URLįor accessing the SVN repository you will need client software that needs to be installed, Tortoise SVN is one of the client tools for accessing SVN repository. If you already have IIS running on your machine please make sure you set a different port number for APACHE installation, more info here  (thanks to Garth J Lancaster for pointing out the link) The latest version of APACHE is Apache HTTP Server 2.2.14, more information on installation and download details is available in APACHE web site.

configure svn with apache

Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).(WIKI link : ) It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. This article will explain the process of how to configure SVN repository in a windows environment using APACHE web server.

configure svn with apache

Setting up SVN Server using Windows and Apache















Configure svn with apache