[fedora-java] F9: Eclipse plug: Subversive SVN does not work?

Daniel B. Thurman dant at cdkkt.com
Sat May 2 21:32:20 UTC 2009


Andrew Overholt wrote:
> * Daniel B. Thurman <dant at cdkkt.com> [2009-05-01 16:49]:
>   
>> http://svn.collab.net/repos/svn
>>     
>
> Works for me with:
> eclipse-subclipse-1.4.7-3.fc11.noarch
>
> See this URL for proof:
> http://overholt.fedorapeople.org/svn.png
>
> Andrew
>   
OK,  I have been able to get svn to work on Internet sites
but not my svn server, so clearly, the problem is apache.

Here are some of the problems that I am seeing:

1)  Command line:

    $ svn list svn://gold/svn3 [works locally and remotely]
       branches/
       tags/
       trunk/

    $ svn info http://gold/svn3 [Same error appears on local and remote 
systems]
       svn: PROPFIND request failed on '/svn3'
       svn: PROPFIND of '/svn3': 403 Forbidden (http://gold)

    From: /var/log/httpd/error_log:
    [ a TON of the following appeared in the log, so I took the last line]
[Sat May 02 17:15:12 2009] [error] [client 10.1.0.5] ModSecurity: 
Warning. Match of "rx ^((?:(?:POS|GE)T|OPTIONS|HEAD))$" against 
"REQUEST_METHOD" required. [file 
"/etc/httpd/modsecurity.d/modsecurity_crs_30_http_policy.conf"] [line 
"35"] [id "960032"] [msg "Method is not allowed by policy"] [severity 
"CRITICAL"] [tag "POLICY/METHOD_NOT_ALLOWED"] [hostname "gold"] [uri 
"/svn3/!svn/bln/2"] [unique_id "Sfy34AoBAAgAAD1U3zIAAAAB"]
[Sat May 02 17:15:12 2009] [error] [client 10.1.0.5] client denied by 
server configuration: /var/www/html/svn3

    It seems that apache is not allowing access via mod_security or is 
it something else?

2) Eclipse: (and similar with Netbeans)

    SVN URI: svn://gold/svn3 [works locally and remotely]
       branches/
       tags/
       trunk/

    SVN URI: http://gold/svn3
    Console:
        RA layer request failed
    svn: PROPFIND request failed on '/svn3'
    svn: PROPFIND of '/svn3': 403 Forbidden (http://gold)

But what is odd here is that I can access svn (http) via my web-browser
both locally and remotely, just that I cannot get svn to work via the
svn (http) command line nor via svn (http) clients (on Fedora/Win2000)

Clearly, there is a problem with the way I have apache
(mis)configured...  any idea where I can look to resolve this?

Thanks!
Dan




More information about the fedora-list mailing list