info-cvs
[Top][All Lists]
Advanced

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

Re: How do I tag only on branched module


From: Kaz Kylheku
Subject: Re: How do I tag only on branched module
Date: 22 Oct 2002 11:19:25 -0700

"Ravish A.S" <address@hidden> wrote in message news:<address@hidden>...
> I used 'cvs rtag -r<branchname> <tagname> <projectname>' command. I have to
> use this command (run it anywhere). Actually I added new files to specific
> branch. how do I label only on specific branch. Is there any specific way to
> add files to branch. I used wincvs client to add files to the branch.  

The rtag command is right. Perhaps the files were locally added, but
not committed.

To add files to a branch, you must first switch to that branch, before
you execute the cvs add on them. Switch the entire directory to that
branch, if not indeed the entire module. Then after adding the files,
you must remember to commit; the files are not known to the CVS
repository until you do that.


reply via email to

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