Find Files with a certain branch-tag

2001-06-22 Thread Schell Walter

Hello,

in a large project of about 10.000 files only a few files are marked with a
branch tag. Is it possible
a) to get a list of those files? (for example 'cvs log -R -rbranch_xxx'
shows all file names )
b) to get a mixed sandbox with all files from the main trunk and only the
branched files tagged ? (something like "cvs update -rbranch_xx"; delete
"CVS/Tag" in the Sandbox and "cvs update -dP"; it is not very fast in a
large project over ISDN )

TIA
Walter

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



AW: Find Files with a certain branch-tag

2001-06-25 Thread Schell Walter

I have found a possibility:

cvs -nq update -rbranch_xxx 2>/dev/null

shows all filenames with the given branch, if they are not up to date. The
next is to create a little script, to switch only those files to the branch.
Walter

-Ursprüngliche Nachricht-
Von: Schell Walter 
Gesendet: Freitag, 22. Juni 2001 12:33
An: '[EMAIL PROTECTED]'
Betreff: Find Files with a certain branch-tag


Hello,

in a large project of about 10.000 files only a few files are marked with a
branch tag. Is it possible
a) to get a list of those files? (for example 'cvs log -R -rbranch_xxx'
shows all file names )
b) to get a mixed sandbox with all files from the main trunk and only the
branched files tagged ? (something like "cvs update -rbranch_xx"; delete
"CVS/Tag" in the Sandbox and "cvs update -dP"; it is not very fast in a
large project over ISDN )

TIA
Walter

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs