[kepler-dev] PTII 4.0 integration
Ilkay Altintas
altintas at sdsc.edu
Tue Jun 1 15:45:16 PDT 2004
Dear All,
I have created a branch on the kepler cvs tree for the integration
of the current code tree with the latest version of Ptolemy II.
The tag of the branch for integration is:
KEPLER_PTII4_MERGE_BRANCH
You need to use a local version of the PtolemyII 4.0 for now when
you want to compile the changes on the integration branch.
The latest version of the kepler code base that works with
PTII3.0.2 is tagged as KEPLER_PRIOR_TO_PTII4_MERGE.
Best,
Ilkay
PS:
The rest of the email is some info on working with CVS branches.
You can stop reading if you already know how to do it.
You can use the following commands to use the branch:
cvs co -r KEPLER_PTII4_MERGE_BRANCH kepler %For checkout
cvs update -r KEPLER_PTII4_MERGE_BRANCH %For update
To commit to this branch, you first need to merge it using
cvs update -j KEPLER_PTII4_MERGE_BRANCH
and the use:
cvs commit -m "..."
You need to update your Kepler branch with the command above when
you want to use the KEPLER_PTII4_MERGE_BRANCH. You can use the
"cvs update" command without a tag when you want to switch back
to the main branch. Any changes you make on the main branch can be
committed by using the commit command on the updated main branch.
More information about the Kepler-dev
mailing list