Danny Angus wrote:
How that happens? Uh ... Serge? Danny? CVS mavens? :-)
Here's what I would do...
1. tag on branch_2_1_fcs to mark where we are swapping (in case anyone
commits further on that branch). Call the tag "tag_2_1_TO_HEAD"
2. tag and branch on HEAD where we are leaving it. Call
> A quick survey of google reveals that HEAD is quite possibly just
> a "magic" Tag.
HEAD is a magic tag, but AIUI it means the HEAD of a branch. MAIN is the
branch that we're talking about, not HEAD.
This would be (hearing Justin mutter in the background): "So much easier
with Subversion." :-)
Serge Knystautas wrote:
> Noel J. Bergman wrote:
> > While on the subject of direction, what do we want to do before
> cutting the
> > next major release?
> >
> > - Do we want to take the current code as-is?
> > - Do we want to take the current code + latest Avalon,
> > which means pulling
A small warning to anyone updating from CVS after Noel's commit done on last Sunday 16:
JDBCSpoolRepository has changed and requires the related change to sqlResources.xml
committed together. So, if using DB repositories, it's not enough to copy James.sar
into the /apps directory, but also sqlRe
> -Original Message-
> From: Serge Knystautas [mailto:[EMAIL PROTECTED]
> Sent: martedi 18 novembre 2003 4.58
> To: James Developers List
> Subject: Re: CURRENT direction for James :-)
>
>
> Noel J. Bergman wrote:
> > While on the subject of direction, what do we want to do before
> cutt
...has been added to the Wiki at
http://nagoya.apache.org/wiki/apachewiki.cgi?EclipseNotes.
Please add, correct or guffaw as appropriate.
-- Steve
- - - - - - - - - - - - - - - - - -
This private and confidential e-mail has been sent to you by Synergy Systems Limited.
It may not represent the
> A quick survey of google reveals that HEAD is quite possibly just a
"magic"
> Tag.
looking at view cvs seems to support this conjecture:
http://cvs.apache.org/viewcvs.cgi/james-server/build.xml
d.
***
The informati
> How that happens? Uh ... Serge? Danny? CVS mavens? :-)
A quick survey of google reveals that HEAD is quite possibly just a "magic"
Tag.
So ... we merge those parts of 3 we want with whichever 2 branch which we
want to become the HEAD and check them into the 2 branch.
It *ought* to be p