Quote:
Originally Posted by deathemperor
I'm still desperately in need of having a CVS (Subversion) installed. If one know how to please post. As a "Modifications Hints and Tips" would be great for public uses. I've tried it many times and I somehow couldn't get passed by >_>
and oh Marco, I want to use it on my localhost cuz to keep track on multi projects at a time isn't a simple task.
|
Do you have Linux installed on any computers at all? I have it installed on a really old and slow computer in my basement and it came with a CVS server installed. If you do just type the following in SSH and you should be able to get it working:
Code:
mkdir /path/to/cvs/folder/you/want/to/use
Code:
export CVSROOT=/path/to/cvs/folder/you/want/to/use
Derek