You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chedly GUERFALI <ch...@actia.fr> on 2005/06/08 10:35:52 UTC

Checkout problems

Hello all,
Could someone tell me why the scm:checkout goal deletes the
maven.scm.checkout.dir each checkout ?
How getting an append to this directory.
I resolved my last problem of overriding this maven.scm.checkout.dir by
setting a new parameter in the plugin.properties and affecting it to the
directory I want.
Chedly

Re: Checkout problems

Posted by Joachim Sautter <jo...@softwareschneiderei.de>.
Chedly GUERFALI wrote:

>Hello all,
>Could someone tell me why the scm:checkout goal deletes the
>maven.scm.checkout.dir each checkout ?
>How getting an append to this directory.
>I resolved my last problem of overriding this maven.scm.checkout.dir by
>setting a new parameter in the plugin.properties and affecting it to the
>directory I want.
>Chedly
>
>  
>
Using checkout-project this will solve your problem

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Checkout problems

Posted by Joachim Sautter <jo...@softwareschneiderei.de>.
Chedly GUERFALI wrote:

>I am using SVN.
>But I don't want to have different subdirectories under the checkout
>directory. I want all the checkout files from different URLs under the same
>directory.
>
>Chedly
>
>-----Message d'origine-----
>De : Brett Porter [mailto:brett.porter@gmail.com]
>Envoyé : mercredi 8 juin 2005 11:03
>À : Chedly GUERFALI
>Cc : Maven Users List
>Objet : Re: Checkout problems
>
>
>Yes, but the checkout directory is meant to be the end directory, not
>the base with a subdirectory under it. Is this not what you are
>seeing? What SCM are you using?
>
>- Brett
>
>On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
>  
>
>>Thank you Brett,
>>but isn't it possible to have several checkouts in the same directory ?
>>
>>Chedly
>>
>>-----Message d'origine-----
>>De : Brett Porter [mailto:brett.porter@gmail.com]
>>Envoyé : mercredi 8 juin 2005 10:53
>>À : Maven Users List
>>Objet : Re: Checkout problems
>>
>>
>>checkout is a clean checkout. update is meant to be used to update an
>>existing checkout.
>>
>>- Brett
>>
>>On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
>>    
>>
>>>Hello all,
>>>Could someone tell me why the scm:checkout goal deletes the
>>>maven.scm.checkout.dir each checkout ?
>>>How getting an append to this directory.
>>>I resolved my last problem of overriding this maven.scm.checkout.dir by
>>>setting a new parameter in the plugin.properties and affecting it to the
>>>directory I want.
>>>Chedly
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>
Maybe a solution for you:
Extend your checkout.dir by the attribute maven.scm.svn.module. So every 
of your projects will be in a subdirectory under checkout.
When you want to everything in the same directory your projects need 
different source - directories.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Checkout problems

Posted by Chedly GUERFALI <ch...@actia.fr>.
I am using SVN.
But I don't want to have different subdirectories under the checkout
directory. I want all the checkout files from different URLs under the same
directory.

Chedly

-----Message d'origine-----
De : Brett Porter [mailto:brett.porter@gmail.com]
Envoyé : mercredi 8 juin 2005 11:03
À : Chedly GUERFALI
Cc : Maven Users List
Objet : Re: Checkout problems


Yes, but the checkout directory is meant to be the end directory, not
the base with a subdirectory under it. Is this not what you are
seeing? What SCM are you using?

- Brett

On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> Thank you Brett,
> but isn't it possible to have several checkouts in the same directory ?
>
> Chedly
>
> -----Message d'origine-----
> De : Brett Porter [mailto:brett.porter@gmail.com]
> Envoyé : mercredi 8 juin 2005 10:53
> À : Maven Users List
> Objet : Re: Checkout problems
>
>
> checkout is a clean checkout. update is meant to be used to update an
> existing checkout.
>
> - Brett
>
> On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> > Hello all,
> > Could someone tell me why the scm:checkout goal deletes the
> > maven.scm.checkout.dir each checkout ?
> > How getting an append to this directory.
> > I resolved my last problem of overriding this maven.scm.checkout.dir by
> > setting a new parameter in the plugin.properties and affecting it to the
> > directory I want.
> > Chedly
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Checkout problems

Posted by Brett Porter <br...@gmail.com>.
Yes, but the checkout directory is meant to be the end directory, not
the base with a subdirectory under it. Is this not what you are
seeing? What SCM are you using?

- Brett

On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> Thank you Brett,
> but isn't it possible to have several checkouts in the same directory ?
> 
> Chedly
> 
> -----Message d'origine-----
> De : Brett Porter [mailto:brett.porter@gmail.com]
> Envoyé : mercredi 8 juin 2005 10:53
> À : Maven Users List
> Objet : Re: Checkout problems
> 
> 
> checkout is a clean checkout. update is meant to be used to update an
> existing checkout.
> 
> - Brett
> 
> On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> > Hello all,
> > Could someone tell me why the scm:checkout goal deletes the
> > maven.scm.checkout.dir each checkout ?
> > How getting an append to this directory.
> > I resolved my last problem of overriding this maven.scm.checkout.dir by
> > setting a new parameter in the plugin.properties and affecting it to the
> > directory I want.
> > Chedly
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Checkout problems

Posted by Chedly GUERFALI <ch...@actia.fr>.
Thank you Brett,
but isn't it possible to have several checkouts in the same directory ?

Chedly

-----Message d'origine-----
De : Brett Porter [mailto:brett.porter@gmail.com]
Envoyé : mercredi 8 juin 2005 10:53
À : Maven Users List
Objet : Re: Checkout problems


checkout is a clean checkout. update is meant to be used to update an
existing checkout.

- Brett

On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> Hello all,
> Could someone tell me why the scm:checkout goal deletes the
> maven.scm.checkout.dir each checkout ?
> How getting an append to this directory.
> I resolved my last problem of overriding this maven.scm.checkout.dir by
> setting a new parameter in the plugin.properties and affecting it to the
> directory I want.
> Chedly
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Checkout problems

Posted by Brett Porter <br...@gmail.com>.
checkout is a clean checkout. update is meant to be used to update an
existing checkout.

- Brett

On 6/8/05, Chedly GUERFALI <ch...@actia.fr> wrote:
> Hello all,
> Could someone tell me why the scm:checkout goal deletes the
> maven.scm.checkout.dir each checkout ?
> How getting an append to this directory.
> I resolved my last problem of overriding this maven.scm.checkout.dir by
> setting a new parameter in the plugin.properties and affecting it to the
> directory I want.
> Chedly
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org