Re: Subversion status + volunteer request

2004-12-18 Thread Henning Schmiedehausen
On Fri, 2004-12-17 at 22:33 -0500, Henri Yandell wrote:

  * Turbine

We reached some concensus about this on turbine-dev. I'm currently
mainly concerned that our maven based build process will lose lots of
information as some maven-plugins are not yet able to process SVN
information.

When this is cleared up, I've already volunteered to do the conversion.
I have some experience with CVS, svn and cvs2svn.

Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
  -- actual question from a Microsoft customer survey



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



Converting Jakarta site and site2 to SVN

2004-12-18 Thread Tim O'Brien
I'm looking for comments on the following proposal to move jakarta's
site module to Subversion.

jakarta-site2 CVS

will be moved to

/jakarta/
  /site/  (jakarta-site2 HEAD)

I don't think we need trunk, tags, and branches for this module.
Anyone disagree?  

Also, does anyone have any objections to not migrating the jakarta-site
module?  I believe this module has been unused for 3 years.


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



Re: Converting Jakarta site and site2 to SVN

2004-12-18 Thread Henri Yandell

On Sat, 18 Dec 2004, Tim O'Brien wrote:
I'm looking for comments on the following proposal to move jakarta's
site module to Subversion.
jakarta-site2 CVS
will be moved to
/jakarta/
 /site/  (jakarta-site2 HEAD)
+1
I don't think we need trunk, tags, and branches for this module.
+1. I've been doing this with osjava for a year or so and not needed 
tags/brannches yet.

Also, does anyone have any objections to not migrating the jakarta-site
module?  I believe this module has been unused for 3 years.
I think we shoul add it to a list of ones to archive somehow. Jsev, 
alexandria etc.

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


[Jakarta Wiki] Updated: InfrastructureIssues

2004-12-18 Thread general
   Date: 2004-12-18T18:04:05
   Editor: TimObrien [EMAIL PROTECTED]
   Wiki: Jakarta Wiki
   Page: InfrastructureIssues
   URL: http://wiki.apache.org/jakarta/InfrastructureIssues

   no comment

Change Log:

--
@@ -3,5 +3,6 @@
 A place where issues about the common Jakarta infrastructure (web site, 
mailing lists and so on) can be discussed.
 
  * /WebSite
+ * /MigrationToSubversion
 
 

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



[Jakarta Wiki] Updated: InfrastructureIssues

2004-12-18 Thread general
   Date: 2004-12-18T18:06:27
   Editor: TimObrien [EMAIL PROTECTED]
   Wiki: Jakarta Wiki
   Page: InfrastructureIssues
   URL: http://wiki.apache.org/jakarta/InfrastructureIssues

   no comment

Change Log:

--
@@ -3,6 +3,6 @@
 A place where issues about the common Jakarta infrastructure (web site, 
mailing lists and so on) can be discussed.
 
  * /WebSite
- * /[Migrating To Subversion]
+ * /[Migrating to Subversion]
 
 

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



[Jakarta Wiki] Updated: Migrating to Subversion

2004-12-18 Thread general
   Date: 2004-12-18T18:08:07
   Editor: TimObrien [EMAIL PROTECTED]
   Wiki: Jakarta Wiki
   Page: Migrating to Subversion
   URL: http://wiki.apache.org/jakarta/Migrating to Subversion

   no comment

Change Log:

--
@@ -35,5 +35,6 @@
  * Velocity - ?
 
 == Considering migration ==
- * Commons - Martin Cooper + Tim O'Brien
+ * Commons - Martin Cooper + Tim O'Brien - 
[http://wiki.apache.org/jakarta-commons/SubversionConversion Conversion 
Instructions]
  * ECS - Robert Burell Donkin
+ * Site2 - Tim O'Brien - [Site2 Conversion Instructions]

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



[Jakarta Wiki] New: Site2 Conversion Instructions

2004-12-18 Thread general
   Date: 2004-12-18T18:12:49
   Editor: TimObrien [EMAIL PROTECTED]
   Wiki: Jakarta Wiki
   Page: Site2 Conversion Instructions
   URL: http://wiki.apache.org/jakarta/Site2 Conversion Instructions

   no comment

New Page:

Here are the proposed migration instructions for the jakarta site2 module.

{{{
The Jakarta Project has decided to move jakarta-site2 to subversion.

quick-summary
We need to export

  jakarta-site2

to SVN and then lock these CVS modules.  

The resulting repo we need is:

  /jakarta/
/site/(jakarta-site2 HEAD)

We see no need to store tags and branches for the jakarta site.

/quick-summary

long-version

 Currently Jakarta has two CVS modules:

 jakarta-site
 jakarta-site2

 We wish to move jakarta-site2 over to subversion, and we see no need 
 to move jakarta-site.  The jakarta-site module will eventually be 
 archived.

 1: convert jakarta-site2 to SVN.  

   jakarta-site2 CVS

|
|
V
   /jakarta/
/site/   (only jakarta-site2 HEAD)
 /long-version
}}}

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



Re: Converting Jakarta site and site2 to SVN

2004-12-18 Thread Martin Cooper
+1 to all of the proposals below.

--
Martin Cooper


On Sat, 18 Dec 2004 13:41:59 -0500, Tim O'Brien [EMAIL PROTECTED] wrote:
 I'm looking for comments on the following proposal to move jakarta's
 site module to Subversion.
 
 jakarta-site2 CVS
 
 will be moved to
 
 /jakarta/
  /site/  (jakarta-site2 HEAD)
 
 I don't think we need trunk, tags, and branches for this module.
 Anyone disagree?
 
 Also, does anyone have any objections to not migrating the jakarta-site
 module?  I believe this module has been unused for 3 years.
 
 -
 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]



[Jakarta Wiki] Updated: Migrating to Subversion

2004-12-18 Thread general
   Date: 2004-12-18T19:55:17
   Editor: HenriYandell [EMAIL PROTECTED]
   Wiki: Jakarta Wiki
   Page: Migrating to Subversion
   URL: http://wiki.apache.org/jakarta/Migrating to Subversion

   no comment

Change Log:

--
@@ -29,12 +29,25 @@
  * Tagging is just a directory copy. Tags which are more than a simple 
directory tree get trickier. ie) tagging without tagging all the files, or 
tagging plus a set of files in a sibling directory. The trick of doing 'cvs 
status -v build.xml' to list known tags for a module is no longer available as 
well.
  * Installation. An SVN client, especially with SSL support, seems trickier to 
install than CVS.
 
-== Migrated ==
+== Migration Plan ==
 
- * ORO - Daniel Savarese
- * Velocity - ?
-
-== Considering migration ==
- * Commons - Martin Cooper + Tim O'Brien - 
[http://wiki.apache.org/jakarta-commons/SubversionConversion Conversion 
Instructions]
- * ECS - Robert Burell Donkin
- * Site2 - Tim O'Brien - [Site2 Conversion Instructions]
+ * Alexandria- Archive.
+ * BCEL
+ * BSF
+ * Cactus
+ * Commons   - Martin Cooper + Tim O'Brien - 
[http://wiki.apache.org/jakarta-commons/SubversionConversion Conversion 
Instructions]
+ * ECS   - Robert Burell Donkin.
+ * HiveMind
+ * JMeter
+ * Lucene
+ * ORO   - '''DONE'''. Daniel Savarese.
+ * POI
+ * Regexp
+ * Slide
+ * Taglibs
+ * Tapestry
+ * Tomcat
+ * Turbine   - Henning Schmiedehausen
+ * Velocity  - '''DONE'''. Needs modification. Daniel Rall.
+ * Watchdog
+ * Site2 - Tim O'Brien - [Site2 Conversion Instructions]

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



Re: [vote] moving jakarta-site2 to subversion

2004-12-18 Thread Phil Steitz
I am +1 for this move and the plan.
One thing that folks should be warned of, however, is that changing the 
directory structure will break site builds that depend on paths like 
../jakarta-site2/xdocs/stylesheets, so these will have to changed when 
these projects nove.  I don't know how many sites still do this - 
tomcat-site could be the only one.

Tim O'Brien wrote:
This is the simplest SVN migration in Jakarta.  The migration
instructions follow for review:
http://wiki.apache.org/jakarta/Site2_20Conversion_20Instructions
72 hours for this vote - classify this as a public release vote requires
majority (at least 3 +1s and more +1s than -1s )
[ ] +1, migrate jakarta-site2 CVS to /jakarta/site SVN
[ ] +0
[ ] -0
[ ] -1, No
-
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: Converting Jakarta site and site2 to SVN

2004-12-18 Thread Henri Yandell
Something that Phil just reminded me of.
The site2 migration will also have to manage changing the published site 
from being a cvs checkout to being a subversion checkout.

Unsure if that will have any problems, or if the currently published site 
is all in CVS. Something to look into I reckon.

Hen
On Sat, 18 Dec 2004, Martin Cooper wrote:
+1 to all of the proposals below.
--
Martin Cooper
On Sat, 18 Dec 2004 13:41:59 -0500, Tim O'Brien [EMAIL PROTECTED] wrote:
I'm looking for comments on the following proposal to move jakarta's
site module to Subversion.
jakarta-site2 CVS
will be moved to
/jakarta/
 /site/  (jakarta-site2 HEAD)
I don't think we need trunk, tags, and branches for this module.
Anyone disagree?
Also, does anyone have any objections to not migrating the jakarta-site
module?  I believe this module has been unused for 3 years.
-
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: [vote] moving jakarta-site2 to subversion

2004-12-18 Thread Martin Cooper
On Sat, 18 Dec 2004 22:39:24 -0500, Tim O'Brien [EMAIL PROTECTED] wrote:
 This is the simplest SVN migration in Jakarta.  The migration
 instructions follow for review:
 
 http://wiki.apache.org/jakarta/Site2_20Conversion_20Instructions
 
 72 hours for this vote - classify this as a public release vote requires
 majority (at least 3 +1s and more +1s than -1s )
 
 [X] +1, migrate jakarta-site2 CVS to /jakarta/site SVN
 [ ] +0
 [ ] -0
 [ ] -1, No

--
Martin Cooper


 -
 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: [vote] moving jakarta-site2 to subversion

2004-12-18 Thread Noel J. Bergman
 72 hours for this vote - classify this as a public release vote
 requires majority (at least 3 +1s and more +1s than -1s )

I'm personally +1, but if any Jakarta project presents a reason why creates
a problem for them at the moment, I would consider that binding until we can
resolve the issue.

--- Noel


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



RE: Converting Jakarta site and site2 to SVN

2004-12-18 Thread Noel J. Bergman
 I think we shoul add it to a list of ones to archive somehow. Jsev,
 alexandria etc.

We could import them and move them to an archives/ subtree, kind of like a
branch, or just delete them.

--- Noel


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



Re: [vote] moving jakarta-site2 to subversion

2004-12-18 Thread James Mason
+1

It sounds like the potential pitfalls have been covered.

-James

On Sat, 2004-12-18 at 22:39 -0500, Tim O'Brien wrote:
 This is the simplest SVN migration in Jakarta.  The migration
 instructions follow for review:
 
 http://wiki.apache.org/jakarta/Site2_20Conversion_20Instructions
 
 72 hours for this vote - classify this as a public release vote requires
 majority (at least 3 +1s and more +1s than -1s )
 
 [ ] +1, migrate jakarta-site2 CVS to /jakarta/site SVN
 [ ] +0
 [ ] -0
 [ ] -1, No
 
 -
 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]