Game Development Community

Set up svn for 1 user only

by Michael Branin · in Torque Game Engine Advanced · 01/25/2009 (3:44 pm) · 1 replies

A while back I read a post, blog or resource about setting up version control or source control for a single local user only. Now for the life of me I can not find that resource. I have read this one

Step by step source control setup

but there was a much simpler resource that was for setting up Source Control locally for a single user.

Does anyone by chance have that link?


#1
01/25/2009 (4:09 pm)
I did it by installing apache server on my local hard drive. I then installed svn and mysql all following the instructions that came with it. It works really well.
I used a seperate hard drive than the one with windows running too.