Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-20 Thread James Mitchell
Who is taking the lead on this?



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: Martin Cooper [EMAIL PROTECTED]
To: Struts Developers List [EMAIL PROTECTED]
Sent: Monday, September 20, 2004 12:57 AM
Subject: Re: [PROPOSAL] Migrate Struts to Subversion


 The 1.2.4 build is now GA, so I think we're a Go for the SVN
 migration. Please let us know when the CVS repo is frozen, so that
 nobody makes changes after the snapshot is taken.

 --
 Martin Cooper


 On Fri, 10 Sep 2004 15:38:16 -0400, Don Brown [EMAIL PROTECTED] wrote:
  Ok, I'll wait until 1.2.3 goes GA.  Anything I can do to help?
 
  Don
 
 
 
  Martin Cooper wrote:
 
  
  
   On Fri, 3 Sep 2004, Don Brown wrote:
  
   I propose we migrate our current CVS repository to Subversion as soon
   as the infrastructure team is available to assist, giving at least a
   week to ensure all outstanding CVS commits are made.  A test
   Subversion migration has already been created and tested with
   positive feedback.  This proposal does not necessarily require a
   decision on the future directory organization of the Struts source
   code as it is very easy to move/add/delete directories with
   Subversion.  The tool cvs2svn - http://cvs2svn.tigris.org/ - will be
   used to preserve all CVS history, tag, and branch information.
  
  
   +1 on converting to SVN. On the timing, I'd like us to wait for one
   week after Struts 1.2.3 goes GA (assuming it does), so that we're sure
   we don't need to quickly roll a 1.2.4. (I know a different SCM
   shouldn't make any difference, but I'd rather play it safe since we
   have a bad GA release out there right now.)
  
   If all goes smoothly, that would make the switch-over date 9/17. (Vote
   goes out on 9/7, vote lasts for 3 days, add a 1 week safety margin to
   make sure 1.2.3 stays GA.)
  
   I am willing to be the POC for the migration and handle all
   communications with the infrastructure team.
  
  
   Cool. You'll probably want to read the instructions that Fitz put
   together at:
  
   http://www.apache.org/dev/cvs2svn.html
  
   --
   Martin Cooper
  
  
  
   Subversion: http://subversion.tigris.org
   Subversion guide for CVS users:
   http://svnbook.red-bean.com/svnbook/apa.html
  
   Don
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-03 Thread Craig McClanahan
On Fri, 03 Sep 2004 16:23:57 -0400, Don Brown [EMAIL PROTECTED] wrote:
 I propose we migrate our current CVS repository to Subversion as soon as
 the infrastructure team is available to assist, giving at least a week
 to ensure all outstanding CVS commits are made.  A test Subversion
 migration has already been created and tested with positive feedback.
 This proposal does not necessarily require a decision on the future
 directory organization of the Struts source code as it is very easy to
 move/add/delete directories with Subversion.  The tool cvs2svn -
 http://cvs2svn.tigris.org/ - will be used to preserve all CVS history,
 tag, and branch information.
 

+1

Craig

 I am willing to be the POC for the migration and handle all
 communications with the infrastructure team.
 
 Subversion: http://subversion.tigris.org
 Subversion guide for CVS users: http://svnbook.red-bean.com/svnbook/apa.html
 
 Don
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-03 Thread Ted Husted
On Fri, 03 Sep 2004 16:23:57 -0400, Don Brown wrote:
 I propose we migrate our current CVS repository to Subversion as
 soon as the infrastructure team is available to assist , giving at
 least a week to ensure all outstanding CVS commits are made.

+1

On Fri, 03 Sep 2004 13:13:47 -0700, Craig McClanahan wrote:
 The only reason we might want to wait is to talk more about what
 the new repository structure should be ... but I think that it's so
 easy to reorganize an SVN repository after the fact that we should
 not wait.

+1

In my own projects, we haven't had any trouble making structural changes under 
Subversion.

-Ted.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-03 Thread David Graham
+1
I am really tired of cvs losing the history of files/directories when you
rename them.

David


--- Don Brown [EMAIL PROTECTED] wrote:

 I propose we migrate our current CVS repository to Subversion as soon as
 
 the infrastructure team is available to assist, giving at least a week 
 to ensure all outstanding CVS commits are made.  A test Subversion 
 migration has already been created and tested with positive feedback.  
 This proposal does not necessarily require a decision on the future 
 directory organization of the Struts source code as it is very easy to 
 move/add/delete directories with Subversion.  The tool cvs2svn - 
 http://cvs2svn.tigris.org/ - will be used to preserve all CVS history, 
 tag, and branch information.
 
 I am willing to be the POC for the migration and handle all 
 communications with the infrastructure team.
 
 Subversion: http://subversion.tigris.org
 Subversion guide for CVS users:
 http://svnbook.red-bean.com/svnbook/apa.html
 
 Don
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-03 Thread Martin Cooper

On Fri, 3 Sep 2004, Don Brown wrote:
I propose we migrate our current CVS repository to Subversion as soon as the 
infrastructure team is available to assist, giving at least a week to ensure 
all outstanding CVS commits are made.  A test Subversion migration has 
already been created and tested with positive feedback.  This proposal does 
not necessarily require a decision on the future directory organization of 
the Struts source code as it is very easy to move/add/delete directories with 
Subversion.  The tool cvs2svn - http://cvs2svn.tigris.org/ - will be used to 
preserve all CVS history, tag, and branch information.
+1 on converting to SVN. On the timing, I'd like us to wait for one week 
after Struts 1.2.3 goes GA (assuming it does), so that we're sure we don't 
need to quickly roll a 1.2.4. (I know a different SCM shouldn't make any 
difference, but I'd rather play it safe since we have a bad GA release out 
there right now.)

If all goes smoothly, that would make the switch-over date 9/17. (Vote 
goes out on 9/7, vote lasts for 3 days, add a 1 week safety margin to make 
sure 1.2.3 stays GA.)

I am willing to be the POC for the migration and handle all communications 
with the infrastructure team.
Cool. You'll probably want to read the instructions that Fitz put together 
at:

http://www.apache.org/dev/cvs2svn.html
--
Martin Cooper

Subversion: http://subversion.tigris.org
Subversion guide for CVS users: http://svnbook.red-bean.com/svnbook/apa.html
Don
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]