Checking out 2.3.x from CVS
Posted: Tue Sep 29, 2009 3:05 am
Hi, I just figured out the proccess, I post it here for convenience.
First login to the CVS server:
(Ifyou have CVS commit rights then replace Anonymous with your username)
Next, checkout the 2.3.0 brach:
(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
First login to the CVS server:
Code: Select all
cvs -d:pserver:anonymous@t-o-m-e.net:/var/cvs/tome login
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
This will put the 2.3.x branch into a "tome2" directory. Last step is to work in bug fixes and features
