You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Geoffrey <ge...@gmail.com> on 2005/12/17 14:50:30 UTC

SVN checkout problems

Hi,

I 've been trying to checkout the maven 2 plugins and the mojo project,
on both I get a 301:

$ svn co http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/ 
maven2-plugins
svn: PROPFIND request failed on '/viewcvs.cgi/maven/plugins/trunk'
svn: PROPFIND of '/viewcvs.cgi/maven/plugins/trunk': 301 Moved 
(http://svn.apache.org)

Am I doing something wrong?
I 'd start porting the izpack plugin to m2.

Thanks for any and all help,
Geoffrey


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


Re: SVN checkout problems

Posted by Carlos Sanchez <ca...@apache.org>.
http://svn.apache.org/repos/asf/maven/plugins/trunk/

On 12/17/05, Geoffrey <ge...@gmail.com> wrote:
> Hi,
>
> I 've been trying to checkout the maven 2 plugins and the mojo project,
> on both I get a 301:
>
> $ svn co http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/
> maven2-plugins
> svn: PROPFIND request failed on '/viewcvs.cgi/maven/plugins/trunk'
> svn: PROPFIND of '/viewcvs.cgi/maven/plugins/trunk': 301 Moved
> (http://svn.apache.org)
>
> Am I doing something wrong?
> I 'd start porting the izpack plugin to m2.
>
> Thanks for any and all help,
> Geoffrey
>
>
> ---------------------------------------------------------------------
> 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: SVN checkout problems

Posted by Geoffrey <ge...@gmail.com>.
Partially my mistake

On m2 plugin I used the viewcgi url...

On mojo I had to use:
svn checkout svn://svn.codehaus.org/mojo/scm/trunk/mojo

With kind regards,
Geoffrey

Geoffrey wrote:
> Hi,
> 
> I 've been trying to checkout the maven 2 plugins and the mojo project,
> on both I get a 301:
> 
> $ svn co http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/ 
> maven2-plugins
> svn: PROPFIND request failed on '/viewcvs.cgi/maven/plugins/trunk'
> svn: PROPFIND of '/viewcvs.cgi/maven/plugins/trunk': 301 Moved 
> (http://svn.apache.org)
> 
> Am I doing something wrong?
> I 'd start porting the izpack plugin to m2.
> 
> Thanks for any and all help,
> Geoffrey


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