At my company we have a repository with two projects (I hope I have the
terminology right). One project is A and the other is A_DEV.

Our developers work and commit only into A_DEV. When everything is ready for
release we move the changes into A and release.

My question is what is the easiest (or best?) way of merging the changes
from A_DEV into A? I would like to be able to do something like:

# cvs checkout A_DEV
# cvs checkout A
# cvs update (but use files from A_DEV to update A)

but I can't figure out the proper syntax ...

I'm new to cvs so please bare with me if this is a newbie question ....

Thanks,

Jc



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

Reply via email to