> 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]>