Hi,

I like to know how to add a file to an existing branch. Following is my env:

o I have created branch tag "release-1-patch" from the main trunk base on tag "release-1". o Then I have a file A checked in main trunk as v1.5 and the file is tagged as "release-2"

How do I add file A to the branch "release-1-patch"? I tried to use

cvs rtag -b -r release-2 release-1-patch A

It did not work. I guess this is not the right command. I was getting
"cvs rtag: cannot find module `browser.js' - ignored"
message.

Can anyone help me with this?

Thanks,
Mei


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to