Subversion

There are 1 entries for the tag Subversion

Using Amahi: Installing Subversion and Migrating Repositories

Since all my code is stored in Subversion, which is currently installed on Windows Home Server, I had to check how to install a Subversion server on Amahi server and how to migrate all my repositories there. The installation is pretty straight forward, everything is done form command line. 1. Install subversion: yum install subversion 2. For some reason SQLite was outdated for me, so verify that you have the latest version: yum update sqlite 3. Create a root folder for all your repositories. It can be any name and any location. I choose to...