Game Development Community

New to CVS

by Donald "Yadot" Harris · in Torque Game Engine · 05/03/2006 (7:52 am) · 5 replies

So I want to manage my projects with a CVS system. I have Linux server on the web with all the normal tools. Is there something you can suggest that is EASY to setup and maintaine?

#1
05/03/2006 (7:59 am)
Most linux distro's already have cvs installed.
setup is as easy as creating a repository.

if you want to have exterior network access to your cvs you probably want to use ssh login.
otherwise you can just use a pserver login method.

Edit:
fixed mega typo.
#2
05/03/2006 (8:08 am)
If this one does not then what should I use? The server is meant for webshosting so it may not have that in there.
#3
05/03/2006 (8:37 am)
Hmm, Im pretty sure it would :)
what distro is it?

type cvs at the command prompt if you can.

Edit:

here are a couple links for cvs and svn (svn is another choice again probably installed already)

www.devguy.com/fp/cfgmgmt/cvs/cvs_admin_linux.htm
docs.codehaus.org/display/GEOT/SVN+Linux
#4
05/03/2006 (8:46 am)
I can't login I am Dell right now. They wont let me login I will have to poke around when I get home.
#5
05/03/2006 (8:47 am)
Ok, well poke around but there above are a couple links to get you going.

either way it's fairly trivial to get up and running.

maintenance is fairly simple generally none is required unless you need to clean up your repository and such.