Re: XWork 2, JDK 1.5

2006-05-23 Thread Patrick Lightbody
Let's leave XW at OpenSymphony for now - as we know there is a lot of work to be focussed on when moving a project to Apache and I'd rather not let that distract us from the core work that needs to be done on Struts. I say in 6 months or so we see about moving it, once we have a SAF 2.0 release

Re: XWork 2, JDK 1.5

2006-05-23 Thread Don Brown
For the 2.0 XWork branch, why not branch off 1.x so we can keep trunk for current development? This way, we don't have to change our current checked out code :) Don Patrick Lightbody wrote: Let's leave XW at OpenSymphony for now - as we know there is a lot of work to be focussed on when

Re: XWork 2, JDK 1.5

2006-05-23 Thread Rainer Hermanns
As Don suggested, I would branch xwork 1.x series as it is required for the upcoming webwork 2.2.3 bugfix release. Trunk/Head will do fine for the 2.0 release then. What about the proposal of moving over xwork to OpenSymphony SVN repository? Rainer For the 2.0 XWork branch, why not branch off

Re: XWork 2, JDK 1.5

2006-05-23 Thread Patrick Lightbody
Sounds good to me. I can start the process of migrating to SVN. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=31704messageID=61925#61925

Re: XWork 2, JDK 1.5

2006-05-23 Thread Jason Carreira
Why move it to SVN? What does it gain? Just wondering how I'm going to reconcile all these changes I've got that will be harder to do if we switch repositories... - Posted via Jive Forums

Re: XWork 2, JDK 1.5

2006-05-23 Thread Eric Molitor
My experience is that it's quite a bit faster than CVS (especially over a WAN) but to be honest the biggest advantages I've seen are with file moves, renames, and branching. SVN seems to handle them all relatively painlessly which is a significant improvement over CVS. Also the SVN support in

Re: XWork 2, JDK 1.5

2006-05-23 Thread Rainer Hermanns
My experience is that it's quite a bit faster than CVS (especially over a WAN) but to be honest the biggest advantages I've seen are with file moves, renames, and branching. SVN seems to handle them all relatively painlessly which is a significant improvement over CVS. That's my experience as

Re: XWork 2, JDK 1.5

2006-05-23 Thread Joe Germuska
At 12:20 PM -0500 5/23/06, Eric Molitor wrote: My experience is that it's quite a bit faster than CVS (especially over a WAN) but to be honest the biggest advantages I've seen are with file moves, renames, and branching. SVN seems to handle them all relatively painlessly which is a significant

Re: XWork 2, JDK 1.5

2006-05-23 Thread Ian Roughley
I've imported a CVS repo into SVN and the history was preserved. Worked like a charm. /Ian -- From Down Around, Inc. Innovative IT Solutions Software Architecture * Design * Development ~ web: www.fdar.com email [EMAIL PROTECTED]

Re: XWork 2, JDK 1.5

2006-05-23 Thread Jason Carreira
It also may be wasted work if there's an idea that the whole repository may be moving again (that is, to Apache) in 6 months. Exactly, point #1. That said, I recall people generally saying that the SVN import-from-CVS tools work pretty well, and they also are able to preserve CVS

Re: XWork 2, JDK 1.5

2006-05-23 Thread Rainer Hermanns
If Jason has a lot of uncommitted changes, it would probably make sense to let him commit them before migrating, if the migration is to go ahead. Exactly, point #2. But the problem is... If we're going to branch the old stuff, do I want to check in my XWork 2.0 changes and then port to SVN,

Re: XWork 2, JDK 1.5

2006-05-23 Thread Eric Molitor
Staying on CVS is probably a smarter descision for now but... You could convert the repo to SVN, create a 1.xx branch and then you could import your local copy into the trunk. Never tried it but in theory it would work. Cheers, Eric On 5/23/06, Jason Carreira [EMAIL PROTECTED] wrote: It

Re: XWork 2, JDK 1.5

2006-05-23 Thread Jason Carreira
Yep, we should branch XWork before you commit your changes. Shall I create a branch of the current CVS as XWORK_1_2? So you could commit your changes later into HEAD and Patrick could start the migration to SVN after this commit. Rainer +1 (if we're voting)

Re: XWork 2, JDK 1.5

2006-05-22 Thread Jason Carreira
Agreed. Are we going to move XWork to Subversion for 2.0 or stick with CVS for now? Don So then that's a couple of questions: 1) Do we want to move XWork over to Apache SVN? 2) If not, do we want to branch XWork's CVS for a 2.0 branch, or do we want to move it into a different

XWork 2, JDK 1.5

2006-05-21 Thread Jason Carreira
So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then I got some work done. (BTW, can we get that fixed, along with the problems downloading libraries?) So anyway, I did

Re: XWork 2, JDK 1.5

2006-05-21 Thread Martin Cooper
On 5/21/06, Jason Carreira [EMAIL PROTECTED] wrote: So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then I got some work done. (BTW, can we get that fixed, along with

Re: XWork 2, JDK 1.5

2006-05-21 Thread Don Brown
Agreed. Are we going to move XWork to Subversion for 2.0 or stick with CVS for now? Don Jason Carreira wrote: So on the plane home I was able to get some work done. Well, first I had to set up lots of libraries for the extras and showcase modules, since maven didn't set them up, but then