Matt,
Thanks. But what about when adding it?
$cd ~/jakarta/jakarta-james/.../matchers
$cvs add newMatcher.java
$cvs commit -m "..." newMatcher.java
$cd ~/jakarta/jakarta-james.v2/.../matchers
$cvs update -j HEAD newMatcher.java
Is that last one right? Do I need to do anything else, e.g., add it to the
branch?
--- Noel
-----Original Message-----
From: Matthew Bishop [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 14:49
To: James Developers List
Subject: Re: New repository/new branch
> OK, let's say that I create and want to commit a new matcher that we
intend
> to use in both v2.1.5 and v3.0. Where do I put it, and how do I get it
into
> both builds?
On the head (v3):
cvs commit newMatcher.java
In a separate enlistment (v2.1.5 branch)
cvs update -j HEAD newMatcher.java
This will merge in changes on the HEAD to your branch for newMatcher.java
Matt Bishop
[EMAIL PROTECTED]
"We are all here on earth to help others. What I can't figure out is what
the others are here for."
- W. H. Auden
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>