"Ravish A.S" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > 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. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
