info-cvs
[Top][All Lists]
Advanced

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

Re: cvs tag checkout


From: Rohan Nandode
Subject: Re: cvs tag checkout
Date: Mon, 14 Jun 2004 21:07:41 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830


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]