Page 1 of 1

Checking out 2.3.x from CVS

Posted: Tue Sep 29, 2009 3:05 am
by elcugo
Hi, I just figured out the proccess, I post it here for convenience.

First login to the CVS server:

Code: Select all

cvs -d:pserver:anonymous@t-o-m-e.net:/var/cvs/tome login
(Ifyou have CVS commit rights then replace Anonymous with your username)

Next, checkout the 2.3.0 brach:

Code: Select all

cvs -d:pserver:anonymous@t-o-m-e.net:/var/cvs/tome checkout -r tome_230_branch tome2
(Again replace anonymous if apropiate)

This will put the 2.3.x branch into a "tome2" directory. Last step is to work in bug fixes and features :)