info-cvs
[Top][All Lists]
Advanced

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

Re: cvs tag checkout


From: Khyati Nayak
Subject: Re: cvs tag checkout
Date: Mon, 14 Jun 2004 11:27:55 -0400


That is helpful. Thanks a lot.

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

Thanks
Khyati



Rohan Nandode <address@hidden>

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

       
        To:        Khyati Nayak <address@hidden>
        cc:        address@hidden
        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




reply via email to

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