Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
subversion does not work (405)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
redman
n00b
n00b


Joined: 28 Apr 2008
Posts: 8

PostPosted: Wed May 07, 2008 7:18 pm    Post subject: subversion does not work (405) Reply with quote

Hi Guys

i got a problem with my installation of subversion.

first of all.. it worked for couple of month!

i had to emerge postgresql because of testing purposes. in cause of postgresql i had also to update several packages like apache, php etc..
i update also subversion and the trouble begins..
i cannot not login into the repos now. i get always 405 method not allowed.
the user privileges of the repos is still apache:apache and "rwSrwSr"

my config in apache is:
Code:
<Location /repos/>
                DAV svn
                SVNParentPath /var/www/localhost/htdocs/repos
                AuthzSVNAccessFile /var/www/localhost/htdocs/repos/accessfile
                AuthType Basic
                AuthName "SVN Repository"
                AuthUserFile /var/www/localhost/htdocs/repos/passwdfile
                Require valid-user
        </Location>


the current version of svn is v1.4.5. i downgrade it again to this version with hope that the problem does not exist anymore but.. *XHIT*

the problem must be on apache side i think because when i do on server "svn ls file:///.." i can see the projectfolders

hope you guys can help me.

B'R'
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Wed May 07, 2008 8:55 pm    Post subject: Reply with quote

Please post an example command along with its output when things fail.

Some excerpts from /var/log/apache2/error.log (or where your apache keeps its logs) might help as well.
_________________
KDE
Back to top
View user's profile Send private message
redman
n00b
n00b


Joined: 28 Apr 2008
Posts: 8

PostPosted: Thu May 08, 2008 11:05 am    Post subject: Reply with quote

Earthwings wrote:
Please post an example command along with its output when things fail.

Some excerpts from /var/log/apache2/error.log (or where your apache keeps its logs) might help as well.


hi,

curiosly there is no entry in error_log of apache.

B'R'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum