Forum OpenACS Development: Merge between two branches

Collapse
Posted by Anny Flores on
Hi,

Which cvs command I should execute to get the changes from a different branch version.

I have the Evaluation package from oacs-5-2 and I want to get the changes from HEAD , is that possible? or should I do it manually?

Thanks in advance

Collapse
Posted by Victor Guerra on
The way to go is
cvs update -j HEAD in the /packages/evaluation/ folder. There cuold be merge conflicts when cvs is merging so pay attention to the log mesages.

Good luck!

Regards,
Victor Guerra.

Collapse
Posted by Anny Flores on
Thanks Victor!