Hi all,

I've got a pretty simple question and I think I'm close to the
answer but I'm missing something.   I need to merge some code
I have on the mainline to a project branch.  That would be
easy using something like:

cvs update -j rev1 -j rev2 filename

But I need to move a large number of files into the branch and
using the previous command for every file would be prohibitive.

Using tags would be much easier, however I'm just not getting
what I need when playing around in my own sandbox.  If I tag
the directory "install" in the main line "merge-from" and I 
tag the branch "merge-to" shouldn't I be able to do something 
like this:

cvs co -r project-branch module
cvs update -j merge-from -j merge-to 

Shouldn't I end up with the install dir from the mainline in
the project branch?   Did I miss a step?

Thanks for any assistance.

Carter.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to