Jakarta site directory no longer contains .svn directories
Jakarta site directory no longer contains .svn directories
am 07.06.2007 00:14:48 von sebb
Not sure what's happened, but the .svn directories seem to have
disappeared from the directory tree:
/www/jakarta.apache.org/site
It means that "svn update site" no longer works...
S///
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 04:07:58 von Scott Eade
sebb wrote:
> Not sure what's happened, but the .svn directories seem to have
> disappeared from the directory tree:
>
> /www/jakarta.apache.org/site
>
> It means that "svn update site" no longer works...
What would the fix be - to check out the site again?
Scott
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 09:48:05 von Martin van den Bemt
I've fixed it.. Old dir structure under site3.
(just moved the old site directory to site3 and run svn update from the /www/jakarta.apache.org
directory)
Mvgr,
Martin
Scott Eade wrote:
> sebb wrote:
>> Not sure what's happened, but the .svn directories seem to have
>> disappeared from the directory tree:
>>
>> /www/jakarta.apache.org/site
>>
>> It means that "svn update site" no longer works...
> What would the fix be - to check out the site again?
>
> Scott
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 11:32:49 von sebb
Thanks; that's also fixed the missing updates.
I wonder how it happened?
S/
On 07/06/07, Martin van den Bemt wrote:
> I've fixed it.. Old dir structure under site3.
> (just moved the old site directory to site3 and run svn update from the /www/jakarta.apache.org
> directory)
>
> Mvgr,
> Martin
>
> Scott Eade wrote:
> > sebb wrote:
> >> Not sure what's happened, but the .svn directories seem to have
> >> disappeared from the directory tree:
> >>
> >> /www/jakarta.apache.org/site
> >>
> >> It means that "svn update site" no longer works...
> > What would the fix be - to check out the site again?
> >
> > Scott
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: general-help@jakarta.apache.org
> >
> >
> >
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 13:10:27 von Henning Schmiedehausen
probably a
find /www -name .svn -type d | xargs rm -rf ## we do not need these directories, all sites are built and deployed by maven anyway.
:-)
Best regards
Henning
On Thu, 2007-06-07 at 10:32 +0100, sebb wrote:
> Thanks; that's also fixed the missing updates.
>
> I wonder how it happened?
>
> S/
> On 07/06/07, Martin van den Bemt wrote:
> > I've fixed it.. Old dir structure under site3.
> > (just moved the old site directory to site3 and run svn update from the /www/jakarta.apache.org
> > directory)
> >
> > Mvgr,
> > Martin
> >
> > Scott Eade wrote:
> > > sebb wrote:
> > >> Not sure what's happened, but the .svn directories seem to have
> > >> disappeared from the directory tree:
> > >>
> > >> /www/jakarta.apache.org/site
> > >>
> > >> It means that "svn update site" no longer works...
> > > What would the fix be - to check out the site again?
> > >
> > > Scott
> > >
> > > ------------------------------------------------------------ ---------
> > > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: general-help@jakarta.apache.org
> > >
> > >
> > >
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: general-help@jakarta.apache.org
> >
> >
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
--
Henning P. Schmiedehausen -- hps@intermeta.de | J2EE, Linux, |gls
91054 Buckenhof, Germany -- +49 9131 506540 | Apache person |eau
Open Source Consulting, Development, Design | Velocity - Turbine guy |rwc
|m k
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH - RG Fuerth, HRB 7350 |a s
Sitz der Gesellschaft: Buckenhof. Geschaeftsfuehrer: Henning Schmiedehausen |n
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 13:33:06 von Martin van den Bemt
Weird script when the result was that there was still the directory /www/jakarta.apache.org/.svn
present.
Very curious when httpd is going to use maven for their site :)
Mvgr,
Martin
Henning Schmiedehausen wrote:
> probably a
>
> find /www -name .svn -type d | xargs rm -rf ## we do not need these directories, all sites are built and deployed by maven anyway.
>
> :-)
>
> Best regards
> Henning
>
>
>
> On Thu, 2007-06-07 at 10:32 +0100, sebb wrote:
>> Thanks; that's also fixed the missing updates.
>>
>> I wonder how it happened?
>>
>> S/
>> On 07/06/07, Martin van den Bemt wrote:
>>> I've fixed it.. Old dir structure under site3.
>>> (just moved the old site directory to site3 and run svn update from the /www/jakarta.apache.org
>>> directory)
>>>
>>> Mvgr,
>>> Martin
>>>
>>> Scott Eade wrote:
>>>> sebb wrote:
>>>>> Not sure what's happened, but the .svn directories seem to have
>>>>> disappeared from the directory tree:
>>>>>
>>>>> /www/jakarta.apache.org/site
>>>>>
>>>>> It means that "svn update site" no longer works...
>>>> What would the fix be - to check out the site again?
>>>>
>>>> Scott
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>> ------------------------------------------------------------ ---------
>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>
>>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: general-help@jakarta.apache.org
>>
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 17:50:44 von Thomas Vandahl
sebb wrote:
> Thanks; that's also fixed the missing updates.
>
> I wonder how it happened?
That was me. I could have *sworn* that I copied these over by accident
and as busy to remove them as fast as possible. Is this procedure "svn
update - edit - ant - svn commit - svn update site" documented
somewhere? I've never seen anything like this.
Bye, Thomas.
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 17:57:45 von Danny Angus
On 6/7/07, Thomas Vandahl wrote:
> Is this procedure ... documented somewhere?
Yes.. http://jakarta.apache.org/site/jakarta-site2.html
d.
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 18:02:14 von Roland Weber
Hi Thomas,
> Is this procedure "svn
> update - edit - ant - svn commit - svn update site" documented
> somewhere? I've never seen anything like this.
This one covers svn, but not the Ant part:
http://www.apache.org/dev/project-site.html
cheers,
Roland
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 19:41:13 von Thomas Vandahl
Hi Roland,
Roland Weber wrote:
> This one covers svn, but not the Ant part:
> http://www.apache.org/dev/project-site.html
The ant part is covered by the readme in SVN. A hint in that file would
have helped. Sorry for the fuzz.
Bye, Thomas.
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 19:45:48 von Thomas Vandahl
Danny Angus wrote:
> Yes.. http://jakarta.apache.org/site/jakarta-site2.html
I've never seen this before. What link would have taken me there? From
jakarta.apache.org, I mean?
Bye, Thomas.
Re: Jakarta site directory no longer contains .svn directories
am 07.06.2007 22:24:54 von Martin van den Bemt
Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
Mvgr,
Martin
Thomas Vandahl wrote:
> sebb wrote:
>> Thanks; that's also fixed the missing updates.
>>
>> I wonder how it happened?
>
> That was me. I could have *sworn* that I copied these over by accident
> and as busy to remove them as fast as possible. Is this procedure "svn
> update - edit - ant - svn commit - svn update site" documented
> somewhere? I've never seen anything like this.
>
>
> Bye, Thomas.
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 00:19:24 von Henning Schmiedehausen
Once, the sites are up, feel free to
copy /www/jakarta.apache.org/velocity/.htaccess
and /www/velocity.apache.org/moving.html
Best regards
Henning
On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
> Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
> projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
>
> Mvgr,
> Martin
>
> Thomas Vandahl wrote:
> > sebb wrote:
> >> Thanks; that's also fixed the missing updates.
> >>
> >> I wonder how it happened?
> >
> > That was me. I could have *sworn* that I copied these over by accident
> > and as busy to remove them as fast as possible. Is this procedure "svn
> > update - edit - ant - svn commit - svn update site" documented
> > somewhere? I've never seen anything like this.
> >
> >
> > Bye, Thomas.
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: general-help@jakarta.apache.org
> >
> >
> >
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 09:06:29 von Martin van den Bemt
Good one :) Didn't fix Velocity yet (better to put that in the root .htaccess and get rid of subdirs)
So Turbine can be redirected too ?
Mvgr,
Martin
Henning Schmiedehausen wrote:
> Once, the sites are up, feel free to
> copy /www/jakarta.apache.org/velocity/.htaccess
> and /www/velocity.apache.org/moving.html
>
> Best regards
> Henning
>
>
> On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
>> Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
>> projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
>>
>> Mvgr,
>> Martin
>>
>> Thomas Vandahl wrote:
>>> sebb wrote:
>>>> Thanks; that's also fixed the missing updates.
>>>>
>>>> I wonder how it happened?
>>> That was me. I could have *sworn* that I copied these over by accident
>>> and as busy to remove them as fast as possible. Is this procedure "svn
>>> update - edit - ant - svn commit - svn update site" documented
>>> somewhere? I've never seen anything like this.
>>>
>>>
>>> Bye, Thomas.
>>>
>>> ------------------------------------------------------------ ---------
>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>
>>>
>>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 09:14:59 von Scott Eade
I set Turbine to redirect yesterday. I will delete the turbine
directory once I am happy that everything is okay with the new Turbine
TLP site. We still have Turbine on the Jakarta downloads page - we will
sort this out when we have the Turbine download page working.
In summary: We are taking care of Turbine as part of the TLP move and
will tidy up after ourselves towards the end of this process.
Thanks,
Scott
Martin van den Bemt wrote:
> Good one :) Didn't fix Velocity yet (better to put that in the root .htaccess and get rid of subdirs)
>
> So Turbine can be redirected too ?
>
> Mvgr,
> Martin
>
> Henning Schmiedehausen wrote:
>
>> Once, the sites are up, feel free to
>> copy /www/jakarta.apache.org/velocity/.htaccess
>> and /www/velocity.apache.org/moving.html
>>
>> Best regards
>> Henning
>>
>>
>> On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
>>
>>> Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
>>> projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
>>>
>>> Mvgr,
>>> Martin
>>>
>>> Thomas Vandahl wrote:
>>>
>>>> sebb wrote:
>>>>
>>>>> Thanks; that's also fixed the missing updates.
>>>>>
>>>>> I wonder how it happened?
>>>>>
>>>> That was me. I could have *sworn* that I copied these over by accident
>>>> and as busy to remove them as fast as possible. Is this procedure "svn
>>>> update - edit - ant - svn commit - svn update site" documented
>>>> somewhere? I've never seen anything like this.
>>>>
>>>>
>>>> Bye, Thomas.
>>>>
>>>> ------------------------------------------------------------ ---------
>>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>>>
>>> ------------------------------------------------------------ ---------
>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>
>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: general-help@jakarta.apache.org
>>
>>
>>
>>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 09:42:51 von Martin van den Bemt
Coolio I will keep my hands of Turbine then..
Could you send a message to the private list when the move is complete ?
Mvgr,
Martin
Scott Eade wrote:
> I set Turbine to redirect yesterday. I will delete the turbine
> directory once I am happy that everything is okay with the new Turbine
> TLP site. We still have Turbine on the Jakarta downloads page - we will
> sort this out when we have the Turbine download page working.
>
> In summary: We are taking care of Turbine as part of the TLP move and
> will tidy up after ourselves towards the end of this process.
>
> Thanks,
>
> Scott
>
> Martin van den Bemt wrote:
>> Good one :) Didn't fix Velocity yet (better to put that in the root
>> .htaccess and get rid of subdirs)
>>
>> So Turbine can be redirected too ?
>>
>> Mvgr,
>> Martin
>>
>> Henning Schmiedehausen wrote:
>>
>>> Once, the sites are up, feel free to
>>> copy /www/jakarta.apache.org/velocity/.htaccess
>>> and /www/velocity.apache.org/moving.html
>>>
>>> Best regards
>>> Henning
>>>
>>>
>>> On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
>>>
>>>> Thanx for clearing it up, I was starting to doubt myself, since I
>>>> did some cleanup of old Jakarta
>>>> projects a couple of days ago (no worries, didn't touch POI and
>>>> Turbine yet !)
>>>>
>>>> Mvgr,
>>>> Martin
>>>>
>>>> Thomas Vandahl wrote:
>>>>
>>>>> sebb wrote:
>>>>>
>>>>>> Thanks; that's also fixed the missing updates.
>>>>>>
>>>>>> I wonder how it happened?
>>>>>>
>>>>> That was me. I could have *sworn* that I copied these over by accident
>>>>> and as busy to remove them as fast as possible. Is this procedure "svn
>>>>> update - edit - ant - svn commit - svn update site" documented
>>>>> somewhere? I've never seen anything like this.
>>>>>
>>>>>
>>>>> Bye, Thomas.
>>>>>
>>>>> ------------------------------------------------------------ ---------
>>>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>> ------------------------------------------------------------ ---------
>>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>>
>>>
>>> ------------------------------------------------------------ ---------
>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: general-help@jakarta.apache.org
>>>
>>>
>>>
>>>
>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: general-help@jakarta.apache.org
>>
>>
>
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 10:55:00 von Rahul Akolkar
On 6/7/07, Thomas Vandahl wrote:
> sebb wrote:
> > Thanks; that's also fixed the missing updates.
> >
> > I wonder how it happened?
>
> That was me. I could have *sworn* that I copied these over by accident
> and as busy to remove them as fast as possible. Is this procedure "svn
> update - edit - ant - svn commit - svn update site" documented
> somewhere? I've never seen anything like this.
>
Though one of the fringe benefits is that both ends of the transform
(site sources and gen'ed site markup) get versioned, thereby can be
diff'ed etc. I've had half a page in a m1 site disappear on me lately,
I imagine some plugin version changed somewhere.
-Rahul
>
> Bye, Thomas.
>
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 14:41:31 von Danny Angus
On 6/7/07, Thomas Vandahl wrote:
> Danny Angus wrote:
> > Yes.. http://jakarta.apache.org/site/jakarta-site2.html
>
> I've never seen this before. What link would have taken me there? From
> jakarta.apache.org, I mean?
Oh I don't know the answer to *that* question! I just knew the page
was there. :-)
d.
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 15:31:41 von Roland Weber
Danny Angus wrote:
> On 6/7/07, Thomas Vandahl wrote:
>> Danny Angus wrote:
>> > Yes.. http://jakarta.apache.org/site/jakarta-site2.html
>>
>> I've never seen this before. What link would have taken me there? From
>> jakarta.apache.org, I mean?
>
> Oh I don't know the answer to *that* question! I just knew the page
> was there. :-)
Maybe the idea is that you will find the page
while you're browsing the file system before
your first update? I know why I never tried ;-)
cheers,
Roland
Re: Jakarta site directory no longer contains .svn directories
am 08.06.2007 16:26:59 von Scott Eade
Roland Weber wrote:
> Danny Angus wrote:
>
>> On 6/7/07, Thomas Vandahl wrote:
>>
>>> Danny Angus wrote:
>>>
>>>> Yes.. http://jakarta.apache.org/site/jakarta-site2.html
>>>>
>>> I've never seen this before. What link would have taken me there? From
>>> jakarta.apache.org, I mean?
>>>
>> Oh I don't know the answer to *that* question! I just knew the page
>> was there. :-)
>>
>
> Maybe the idea is that you will find the page
> while you're browsing the file system before
> your first update? I know why I never tried ;-)
>
The README.txt in jakarta-site refers to it :-)
Scott
Re: Jakarta site directory no longer contains .svn directories
am 09.06.2007 17:10:05 von bayard
Sorry - I was doing the POI one on www.apache and jakarta.apache and
cleaned up the remaining velocity/turbine bits on jakarta.apache while
doing that.
The download page points to closer.cgi, so I figured things were good.
Do you need me to roll back?
Hen
On 6/8/07, Scott Eade wrote:
> I set Turbine to redirect yesterday. I will delete the turbine
> directory once I am happy that everything is okay with the new Turbine
> TLP site. We still have Turbine on the Jakarta downloads page - we will
> sort this out when we have the Turbine download page working.
>
> In summary: We are taking care of Turbine as part of the TLP move and
> will tidy up after ourselves towards the end of this process.
>
> Thanks,
>
> Scott
>
> Martin van den Bemt wrote:
> > Good one :) Didn't fix Velocity yet (better to put that in the root .htaccess and get rid of subdirs)
> >
> > So Turbine can be redirected too ?
> >
> > Mvgr,
> > Martin
> >
> > Henning Schmiedehausen wrote:
> >
> >> Once, the sites are up, feel free to
> >> copy /www/jakarta.apache.org/velocity/.htaccess
> >> and /www/velocity.apache.org/moving.html
> >>
> >> Best regards
> >> Henning
> >>
> >>
> >> On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
> >>
> >>> Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
> >>> projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
> >>>
> >>> Mvgr,
> >>> Martin
> >>>
> >>> Thomas Vandahl wrote:
> >>>
> >>>> sebb wrote:
> >>>>
> >>>>> Thanks; that's also fixed the missing updates.
> >>>>>
> >>>>> I wonder how it happened?
> >>>>>
> >>>> That was me. I could have *sworn* that I copied these over by accident
> >>>> and as busy to remove them as fast as possible. Is this procedure "svn
> >>>> update - edit - ant - svn commit - svn update site" documented
> >>>> somewhere? I've never seen anything like this.
> >>>>
> >>>>
> >>>> Bye, Thomas.
> >>>>
> >>>> ------------------------------------------------------------ ---------
> >>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: general-help@jakarta.apache.org
> >>>>
> >>>>
> >>>>
> >>>>
> >>> ------------------------------------------------------------ ---------
> >>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: general-help@jakarta.apache.org
> >>>
> >>
> >> ------------------------------------------------------------ ---------
> >> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: general-help@jakarta.apache.org
> >>
> >>
> >>
> >>
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: general-help@jakarta.apache.org
> >
> >
>
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>
Re: Jakarta site directory no longer contains .svn directories
am 10.06.2007 01:16:21 von Scott Eade
Henri Yandell wrote:
> Sorry - I was doing the POI one on www.apache and jakarta.apache and
> cleaned up the remaining velocity/turbine bits on jakarta.apache while
> doing that.
>
> The download page points to closer.cgi, so I figured things were good.
> Do you need me to roll back?
If it is not too much trouble. I would rather have the leisure of doing
this as time becomes available rather than having to drop everything
else I am working on in order to address this today.
Thanks,
Scott
Re: Jakarta site directory no longer contains .svn directories
am 11.06.2007 18:58:38 von Henning Schmiedehausen
You also took our style sheet, so the Turbine redirect page has the
Velocity style. ;-)
Best regards
Henning
On Fri, 2007-06-08 at 17:14 +1000, Scott Eade wrote:
> I set Turbine to redirect yesterday. I will delete the turbine
> directory once I am happy that everything is okay with the new Turbine
> TLP site. We still have Turbine on the Jakarta downloads page - we will
> sort this out when we have the Turbine download page working.
>
> In summary: We are taking care of Turbine as part of the TLP move and
> will tidy up after ourselves towards the end of this process.
>
> Thanks,
>
> Scott
>
> Martin van den Bemt wrote:
> > Good one :) Didn't fix Velocity yet (better to put that in the root .htaccess and get rid of subdirs)
> >
> > So Turbine can be redirected too ?
> >
> > Mvgr,
> > Martin
> >
> > Henning Schmiedehausen wrote:
> >
> >> Once, the sites are up, feel free to
> >> copy /www/jakarta.apache.org/velocity/.htaccess
> >> and /www/velocity.apache.org/moving.html
> >>
> >> Best regards
> >> Henning
> >>
> >>
> >> On Thu, 2007-06-07 at 22:24 +0200, Martin van den Bemt wrote:
> >>
> >>> Thanx for clearing it up, I was starting to doubt myself, since I did some cleanup of old Jakarta
> >>> projects a couple of days ago (no worries, didn't touch POI and Turbine yet !)
> >>>
> >>> Mvgr,
> >>> Martin
> >>>
> >>> Thomas Vandahl wrote:
> >>>
> >>>> sebb wrote:
> >>>>
> >>>>> Thanks; that's also fixed the missing updates.
> >>>>>
> >>>>> I wonder how it happened?
> >>>>>
> >>>> That was me. I could have *sworn* that I copied these over by accident
> >>>> and as busy to remove them as fast as possible. Is this procedure "svn
> >>>> update - edit - ant - svn commit - svn update site" documented
> >>>> somewhere? I've never seen anything like this.
> >>>>
> >>>>
> >>>> Bye, Thomas.
> >>>>
> >>>> ------------------------------------------------------------ ---------
> >>>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: general-help@jakarta.apache.org
> >>>>
> >>>>
> >>>>
> >>>>
> >>> ------------------------------------------------------------ ---------
> >>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: general-help@jakarta.apache.org
> >>>
> >>
> >> ------------------------------------------------------------ ---------
> >> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: general-help@jakarta.apache.org
> >>
> >>
> >>
> >>
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: general-help@jakarta.apache.org
> >
> >
>
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
--
Henning P. Schmiedehausen -- hps@intermeta.de | J2EE, Linux, |gls
91054 Buckenhof, Germany -- +49 9131 506540 | Apache person |eau
Open Source Consulting, Development, Design | Velocity - Turbine guy |rwc
|m k
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH - RG Fuerth, HRB 7350 |a s
Sitz der Gesellschaft: Buckenhof. Geschaeftsfuehrer: Henning Schmiedehausen |n
Re: Jakarta site directory no longer contains .svn directories
am 15.06.2007 03:21:22 von bayard
On 6/9/07, Scott Eade wrote:
> Henri Yandell wrote:
> > Sorry - I was doing the POI one on www.apache and jakarta.apache and
> > cleaned up the remaining velocity/turbine bits on jakarta.apache while
> > doing that.
> >
> > The download page points to closer.cgi, so I figured things were good.
> > Do you need me to roll back?
> If it is not too much trouble. I would rather have the leisure of doing
> this as time becomes available rather than having to drop everything
> else I am working on in order to address this today.
Damn - sorry. Didn't notice the reply.
I'll look into reverting tonight.
Hen
Re: Jakarta site directory no longer contains .svn directories
am 15.06.2007 18:55:26 von Henri Yandell
On 6/14/07, Henri Yandell wrote:
> On 6/9/07, Scott Eade wrote:
> > Henri Yandell wrote:
> > > Sorry - I was doing the POI one on www.apache and jakarta.apache and
> > > cleaned up the remaining velocity/turbine bits on jakarta.apache while
> > > doing that.
> > >
> > > The download page points to closer.cgi, so I figured things were good.
> > > Do you need me to roll back?
> > If it is not too much trouble. I would rather have the leisure of doing
> > this as time becomes available rather than having to drop everything
> > else I am working on in order to address this today.
>
> Damn - sorry. Didn't notice the reply.
>
> I'll look into reverting tonight.
Scratch that - jakarta/turbine redirects and there's nothing on
turbine.apache.org pointing to the Jakarta download pages, so doesn't
seem any value in putting the bits back.
Hen