- First, get Subversion and install using the MSI. The version I installed was 1.42.
- Install the windows service. I can't remember if the installer does this automaticly or not. To do it manually just run the following command: svnservice -install -d -r C:\YourRepositoryRoot. This will configure the Subversion service to run as a service and it will look in the C:\YourRepositoryRoot directory for Subversion repositories.
- To change the repository root later just run the with the setup argument: svnservice -setup -d -r C:\YourRepositoryRoot.
HAPPY NEW YEARS!
1 comment:
Thank goodness I don't have to know this! :)
Post a Comment