You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by javijava <we...@gmail.com> on 2007/11/29 12:21:41 UTC

405 Method not allowed

Hi to all!   .I'm not sure where can i post my question:

I have a Maven local repo managed by Apache archiva.Well now, i'm trying to
do a mvn release,and after 
modify the local pom of the project i have a build error:
  svn: Commitfailed (details follow)
  svn: PROPFIND request failed on '/(project)'
  svn: PROPFIND of  '/(project)' : 405 Method not allowed.


In server we have: .a SVN repo with the user configured in passwd file.
                           .Access http via Apache2  (here i don't demand
users, just put de  path of repo)
                           .Apache Archiva

Someone knows where must be  the problem? thanks a lot!


-- 
View this message in context: http://www.nabble.com/405-Method-not-allowed-tf4896509.html#a14023741
Sent from the archiva-users mailing list archive at Nabble.com.


Re: 405 Method not allowed

Posted by javijava <we...@gmail.com>.
Thanks for reply Kristof
"""
Hi,

have you set up either username/password on the maven side or anonymous
access
in Archiva?

Kristof
"""

In Archiva, i have two users with privileges to the local repo.
In maven i have  defined the access in the Pom's  and in the settings.mxl

i have two "repos" in maven :  one for read (archiva access to the folder)
<repositories>
    <repository>
      <id>id</id>
      <name>local</name>
      <url>http://ip:8091/archiva/repository/m2repo/</url>
     </repository>
  </repositories>

and other to write (referent to openSHH access to the folder) :

 <distributionManagement>
    <repository>
    <name>writer</name>
      <id>sprova</id>
      <url>sftp://ip</url>
    </repository>
  </distributionManagement>

In settings.xml 
i have the user/passwd  from archiva   and  user/passwd from openSHH

And also i have http access to the samen folder via Apache2 but i don't use
it in mvn releases

uff... a lot of things....i know... what do you think about it?
thanks
-- 
View this message in context: http://www.nabble.com/405-Method-not-allowed-tf4896509.html#a14024994
Sent from the archiva-users mailing list archive at Nabble.com.


Re: 405 Method not allowed

Posted by Kristof Jozsa <dy...@ond.vein.hu>.
Hi,

have you set up either username/password on the maven side or anonymous access
in Archiva?

Kristof

javijava wrote:
> Hi to all!   .I'm not sure where can i post my question:
> 
> I have a Maven local repo managed by Apache archiva.Well now, i'm trying to
> do a mvn release,and after 
> modify the local pom of the project i have a build error:
>   svn: Commitfailed (details follow)
>   svn: PROPFIND request failed on '/(project)'
>   svn: PROPFIND of  '/(project)' : 405 Method not allowed.
> 
> 
> In server we have: .a SVN repo with the user configured in passwd file.
>                            .Access http via Apache2  (here i don't demand
> users, just put de  path of repo)
>                            .Apache Archiva
> 
> Someone knows where must be  the problem? thanks a lot!
> 
>