To secure subversion, we just need to create a password file and configure apache to use it for subversion repository access. Open up the apache config file “C:\xampp\apache\conf\httpd.conf”. At the end, look for the subversion repository URL location and add the additional text below, starting with “AuthType”: <Location /repos> …
2 CommentsTag: XAMPP
Subversion is a simple and popular source control system. It has the option of running as part of the Apache server. We’ll examine how to quickly get subversion up and running with the Apache server which comes with XAMPP. Download the latest subversion windows archive. Look for a file named…
9 CommentsRather than installing Apache, MySQL, and PHP individually, XAMPP is an integrated development enironment that combines all three (and more) into one easy installation. Download XAMPP and install it into the default “c:\xampp” directory. Set apache and mysql to start as services. Start XAMPP and browse to “http://localhost/” and you…
2 Comments