info-cvs
[Top][All Lists]
Advanced

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

cvs 1.10.8 in pserver mode: how to list tagged files in the repos itory


From: Gilles-Eric Descamps
Subject: cvs 1.10.8 in pserver mode: how to list tagged files in the repos itory (build a manifest, or bill of materials) ?
Date: Fri, 7 Sep 2001 18:43:09 -0700

Good week-end to you all,
 
 
I'm accessing a cvs 1.10.8 pserver using TCP over a 56K modem.
 
I'd like to build a list of file names associated to a tag (aka a MANIFEST,
or a bill of materials) .
 
something like:
cvs rtag --list mytag mymodule
 
which would give:
mymodule/file1
mymodule/dir1
mymodule/dir1/file2
mymodule/dir1/file3
mymodule/dir1/dir2/file4
[...]
 
I found a way of listing all the directories, but I could not find
a way a listing the files, without having to check them out first.
 
As the files are big (XX MB), it is very slow to check them out, just to get
their name.
The tag I'm interested in was applied by somebody else. so I do not have a
checkout copy.
 
Any ideas ?
 
And if  there is a way, is there a way to also get the version ?
mymodule/file1 v1.4
 
Thanks,

--
Gilles-Eric DESCAMPS




reply via email to

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