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
