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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel B. Thurman wrote:
Andrew Overholt wrote:
* Daniel B. Thurman <dant@xxxxxxxxx> [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

--
fedora-devel-java-list mailing list
fedora-devel-java-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-java-list
Please notice:
[Sat May 02 17:15:12 2009] [error] [client 10.1.0.5] client denied by server configuration: /var/www/html/svn3

I cannot understand the: "/var/www/html" entry since
my SVNParentPath is /svn/repos and this should be the
actual parent path, and not /var/www or /var/www/html
path?

In my /etc/httpd/conf.d/subversion.conf file,
I have:

<Location />
  DAV svn
  SVNParentPath /svn/repos
</Location>

So why is apache/subversion trying to locate " /var/www/html/svn3",
not finding it, will report the error?

Dan

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux