info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS tags


From: Rudolf Balada
Subject: Re: CVS tags
Date: Thu, 14 Jun 2001 19:29:00 +0200

"Derek R. Price" wrote:
> 
> Alexander Kamilewicz wrote:
> 
> > cvs -q get -r releasetag > logfile
> 
> cvs -qn co -r releasetag module

This is also not correct for directory structures, because "-n"
don't/cannot work recursively.

Other thing is, that you must do the checkout to directory, where the
module is missing. In other case you will get only list of updated
files, but not the list with files tagged with "releasetag". These lists
might be different.

So I assume that the correct command is without "n" and must be run in
directory where the module is not present (usually empty directory).

cvs -q co -r releasetag module > logfile


-Rudolf

-- 
-------------------------------------------------
Rudolf Balada    
NetBeans Release Engineer
Release Engineering Engineer, Forte Tools  
Tel.: +420 (2) 3300 - 9187 (x49187)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]