You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2007/10/16 18:26:48 UTC

Moving contrib outside trunk and rename to sandbox

Hi,

The components within jackrabbit/trunk/contrib are not included in our
releases and whenever a release branch is created the contrib folder
needs to be explicitly removed from the branch.

To avoid that removal step and to make it clearer that the contrib
components are not parts of Jackrabbit releases I'd like to move the
contrib folder one level up, outside jackrabbit/trunk.

At the same time I'd like to rename the contrib folder to sandbox to
better suggest that it's not just a static placeholder for code
contributions, but an area where committers (and contributors) can
play with new ideas without impacting Jackrabbit trunk.

WDYT?

BR,

Jukka Zitting

Re: Moving contrib outside trunk and rename to sandbox

Posted by Christophe Lombart <ch...@gmail.com>.
goog idea

On 10/16/07, Julian Reschke <ju...@gmx.de> wrote:
>
> Jukka Zitting wrote:
> > Hi,
> >
> > The components within jackrabbit/trunk/contrib are not included in our
> > releases and whenever a release branch is created the contrib folder
> > needs to be explicitly removed from the branch.
> >
> > To avoid that removal step and to make it clearer that the contrib
> > components are not parts of Jackrabbit releases I'd like to move the
> > contrib folder one level up, outside jackrabbit/trunk.
> >
> > At the same time I'd like to rename the contrib folder to sandbox to
> > better suggest that it's not just a static placeholder for code
> > contributions, but an area where committers (and contributors) can
> > play with new ideas without impacting Jackrabbit trunk.
> >
> > WDYT?
>
> Sounds good to me.
>
> BR, Julian
>

Re: Moving contrib outside trunk and rename to sandbox

Posted by Julian Reschke <ju...@gmx.de>.
Jukka Zitting wrote:
> Hi,
> 
> The components within jackrabbit/trunk/contrib are not included in our
> releases and whenever a release branch is created the contrib folder
> needs to be explicitly removed from the branch.
> 
> To avoid that removal step and to make it clearer that the contrib
> components are not parts of Jackrabbit releases I'd like to move the
> contrib folder one level up, outside jackrabbit/trunk.
> 
> At the same time I'd like to rename the contrib folder to sandbox to
> better suggest that it's not just a static placeholder for code
> contributions, but an area where committers (and contributors) can
> play with new ideas without impacting Jackrabbit trunk.
> 
> WDYT?

Sounds good to me.

BR, Julian

Re: Moving contrib outside trunk and rename to sandbox

Posted by Christoph Kiehl <ch...@sulu3000.de>.
Jukka Zitting wrote:

> The components within jackrabbit/trunk/contrib are not included in our
> releases and whenever a release branch is created the contrib folder
> needs to be explicitly removed from the branch.
> 
> To avoid that removal step and to make it clearer that the contrib
> components are not parts of Jackrabbit releases I'd like to move the
> contrib folder one level up, outside jackrabbit/trunk.
> 
> At the same time I'd like to rename the contrib folder to sandbox to
> better suggest that it's not just a static placeholder for code
> contributions, but an area where committers (and contributors) can
> play with new ideas without impacting Jackrabbit trunk.

+1!

Cheers,
Christoph


Re: Moving contrib outside trunk and rename to sandbox

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

Based on positive feedback I will proceed with this change tomorrow.

The change will be as follows:

    svn move \
        https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib \
        https://svn.apache.org/repos/asf/jackrabbit/sandbox

(plus some adjustements to POMs within the sandbox)

Be ready to update your contrib checkouts as needed.

BR,

Jukka Zitting