info-cvs
[Top][All Lists]
Advanced

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

Merging from one module into another


From: Jean-Christian Imbeault
Subject: Merging from one module into another
Date: Wed, 23 Jun 2004 15:36:25 +0900

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





reply via email to

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