You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2003/12/03 04:44:19 UTC

[Proposal] Removal of old directories in Sandbox

Sometimes I need higher clockspeed in my brain...

See below...

Leo, I'm not the "Archiving Type" a.k.a "Junk Collector"(tm), so I trust you 
know what "archiving" encompasses...
As long as it gets out of the way, I am happy...

Niclas

----------  Forwarded Message  ----------

Subject: [Proposal] Removal of old directories in Sandbox
Date: Tuesday 02 December 2003 18:43
From: Niclas Hedhman <ni...@hedhman.org>
To: Leo Simons <le...@apache.org>

On Wednesday 03 December 2003 03:13, you wrote:
> hey,
>
> you sent this privately!
>
> anyway, nuking is no good, archiving +1.
>
> - LSD


>> Gang,
>> 
>> I suggest that we
>> 
>> 1. Move the avalon-sandbox/merlin/merlin-extensions one step up in the
>> directory hierarchy.
>> 2. Nuke the avalon-sandbox/merlin directory from the CVS and subsequently 
>> the
>> history of pre-release Merlin.
>> 3. Nuke the avalon-sandbox/eclipse. Has now moved to avalon-sandbox/ide
>> 
>> all in the honorable intention of saving "cvs update" times (no need to
>> traverse empty directories).

-------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Proposal] Removal of old directories in Sandbox

Posted by Leo Simons <le...@apache.org>.
Niclas Hedhman wrote:
> Leo, I'm not the "Archiving Type" a.k.a "Junk Collector"(tm), so I trust you 
> know what "archiving" encompasses...
> As long as it gets out of the way, I am happy...

you'll still have to do it yourself (or get someone else to do it) :P

what we do is login to the server via ssh, then we back up the CVS/RCS 
files on the server, make tarballs, put them somewhere webaccessible, 
then we remove the CVS/RCS directories on the server.

We should never ever remove CVS/RCS material on the server side without 
backing things up. Has to do with audit trails 'n stuff. Big deal for 
example with the geronimo things atm.

Here's a possible command sequence:

ssh cvs.apache.org
umask 002
mkdir ~/cvsbackup/avalon-sandbox
cd /home/cvs/avalon-sandbox
mv merlin ~/cvsbackup/avalon-sandbox
mv eclipse ~/cvsbackup/avalon-sandbox
cd ~/cvsbackup
tar czf avalon-sandbox-merlin-20030503.tgz avalon-sandbox/merlin
tar czf avalon-sandbox-eclipse-20030503.tgz avalon-sandbox/eclipse
cp avalon-sandbox-merlin-20030503.tgz \
    avalon-sandbox-eclipse-20030503.tgz \
    /www/avalon.apache.org/historiccvs/sandbox

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org