But now the problem is I cannot checkout only the files with a particular tag because the directory structure cannot be gotten rid of;

if you already have checked out source, then you can use "cvs update" command:
cvs update -r TAG_NAME <module_name>
or
cvs update -r TAG_NAME <file_name>


also, speciying "-P" option would help. it prunes empty directories from the local copy.

Did i understand ur problem correctly?

-Rohan

I am using a Unix repository.

Thanks
Khyati



*Rohan Nandode <[EMAIL PROTECTED]>*

06/14/2004 11:37 AM
Please respond to rohan_nandode

To: Khyati Nayak <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: cvs tag checkout





> > I would like to attach specific tags to some files and not modules or > directories, how can I do that?

cvs tag TAG_NAME <list of files>

 >
 > Also, how can I checkout only a file with a specific tag?

to get files tagged with TAG_NAME in a module
cvs co -r TAG_NAME <module_name>

to get particular file
cvs co -r TAG_NAME <file_name>

HTH
Rohan







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

Reply via email to