Re: CVS how to swap HEAD and a Branch? (was RE: CURRENT direction for James :-))

2003-11-19 Thread Serge Knystautas
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

RE: CVS how to swap HEAD and a Branch? (was RE: CURRENT direction for James :-))

2003-11-19 Thread Noel J. Bergman
> 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." :-)

RE: CURRENT direction for James :-)

2003-11-19 Thread Steve Brewin
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

sqlResources.xml changed

2003-11-19 Thread Vincenzo Gianferrari Pini
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

RE: CURRENT direction for James :-)

2003-11-19 Thread Vincenzo Gianferrari Pini
> -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

A Rough Guide to James Development Using Eclipse

2003-11-19 Thread Steve Brewin
...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

Re: CVS how to swap HEAD and a Branch? (was RE: CURRENT direction for James :-))

2003-11-19 Thread Danny Angus
> 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

CVS how to swap HEAD and a Branch? (was RE: CURRENT direction for James :-))

2003-11-19 Thread Danny Angus
> 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