How to get the latest release from cvs ?

Questions or HOWTOs about the above? Post 'em here...
Post Reply
JPT
Private First Class
Private First Class
Posts: 260
Joined: Tue Nov 29, 2005 1:21 pm
Location: Germany

How to get the latest release from cvs ?

Post by JPT »

Okay, i just downloaded and compiled a version of BZFlag:

Code: Select all

 cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag login
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag co -P bzflag
Okay, now i got a 2.1.6 Version with the "Ansitropic" feature.
The Problem: I want to have 2.0.5b6

Is there something, what i forgot ?[/code]
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

Use "-r v2_0branch" at the end of the checkout command. I know you can specify dates, too, but I don't know what the argument is... (and last time I did it weird things happened - like the farther I went back [in a matter of days] more and more files dissapeared)
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
JPT
Private First Class
Private First Class
Posts: 260
Joined: Tue Nov 29, 2005 1:21 pm
Location: Germany

Post by JPT »

Thanks !
That works !

I used this:

Code: Select all

 cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag login

 #press enter for password

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/bzflag co -r v2_0branch bzflag
And i got the 2.0.5 Version.
User avatar
Scorch
Private First Class
Private First Class
Posts: 747
Joined: Thu Sep 30, 2004 12:16 am

Post by Scorch »

what is this anistropic thing anyways?
Post Reply