So would I then do a checkout first, and then do the "update" which would, if warranted, check out the less recent files of the specified version (and delete files as necessary)? In other words, does "update" go backwards if requested?
-----Original Message----- From: Conor MacNeill [mailto:[EMAIL PROTECTED] Sent: Monday, February 17, 2003 5:41 AM To: Ant Developers List Subject: Re: FW: starteam ant tasks Steve Cohen wrote: > Conor > Well, I've checked out the latest branch from CVS. I don't know how > to check out the 1.5. The documentation on the CVS page of the > project only gives instructions for checking out the head. > > If that's what you wanted me to do, then the build I made from this > version passes my tests. I do note, however, that calling ant -version against this > version tells me that I am running 1.6alpha, so maybe that was not the test you wanted me to run? > Steve, If you are using command line CVS, you can do something like cvs update -r ANT_15_BRANCH This will then give you a 1.5 tree. Note this will be sticky. Any further updates will get you only changes on the 1.5 branch. If you want to get back to the main tree, use cvs update -A Thanks Conor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
