You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "John B. Moore" <jb...@esonicspider.com> on 2006/04/19 21:02:11 UTC

[Fwd: Re: subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)]

Nick,

Thank you for some feedback.. really appreciated..

In all the reading I've done I did not get the suggestion of adding
"svn"  I had assumed from my reading that having set the root directory
as /usr/local/svn  that one did not include the "svn" ????  Strange.

Nick Thompson wrote:
> Try accessing the URL with only a standard web browser. 

Tried your suggested URL..

http://svn.esonicspider.com/svn/catalogsuites/trunk

...got the following:

<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>



Did you
> restart httpd after making you svn changes to httpd.conf? 

Yes..

Did you
> check for errors in the httpd error_log file? 

Yes, I monitored that regularly...  It did not provide any useful feedback..

This last URL provided the following..

[Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] (20014)Error
string not specified yet: Can't open file
'/usr/local/svn/catalogsuites/format': No such file or directory
[Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
fetch resource information.  [500, #0]
[Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
open the requested SVN filesystem  [500, #2]
[Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
open the requested SVN filesystem  [500, #2]

It is asking for the file "format" I checked the permissions (It was
originally set by the svnadmin process)

Obviously there is a permissions issue.. I just cann't seem to narrow it
down yet...<sigh>

Thanks again.. at least I'm getting different errors..<G>

John Moore
SonicSpider LLC



If httpd using you
> httpd.conf or another one?
> 
> And finally, did you use the right URL :-) I think it should be:
> 
> http://svn.esonicspider.com/svn/catalogsuites/trunk
> 
> Note the /svn/ bit after the hostname....

Yes I had..

mps-178:~ jbmoore$ svn checkout
http://svn.esonicspider.com/svn/catalogsuites/trunk
subversion/libsvn_ra_dav/util.c:826: (apr_err=2)
svn: PROPFIND request failed on '/svn/catalogsuites/trunk'
subversion/libsvn_ra_dav/util.c:389: (apr_err=2)
svn: Could not open the requested SVN filesystem






> 
> On Tuesday 18 April 2006 16:26, John B. Moore wrote:
> 
>>Please, Please.. I need some more ideas here..
>>
>>Issues covered so far..
>>
>>1) No, I don't have a proxy..
>>
>>Versions:
>>
>>Subversion Server: CentOS 4.2 (Community version of RedHat 4.2)
>>Apache HTTPD: 2.0.55 (freshly compiled with switches as per
>>Subversion docs on a virgin machine.)
>>Subversion Server: Latest download 1.3.1 (from source)
>>Subversion Client: subversion-client-1.3.0.dmg (Mac OS X 10.3)
>>
>>Any missing info..???
>>
>>See below  for original issue...
>>
>>John B. Moore wrote:
>> > Greetings,
>> >
>> > I'm a newbie so keep that in mind...
>> >
>> > I've been working to setup a Subversion server.. and so far have
>> > not
>>
>>been able to access it via svn client on other machine. I'm getting
>>the error
>>
>> > mps-178:~ jbmoore$ svn checkout
>>
>>http://svn.esonicspider.com/catalogsuites/trunk
>>
>> > subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
>> > svn: PROPFIND request failed on '/catalogsuites/trunk'
>> > subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
>> > svn: PROPFIND of '/catalogsuites/trunk': 405 Method Not Allowed
>>
>>(http://svn.esonicspider.com)
>>
>> > My httpd.conf settings..
>> >
>> > ==================
>> >
>> > ## Subversion Settings
>> > ## =========================================
>> >
>> > <VirtualHost 207.137.13.169>
>> >     ServerAdmin jbm@microps.com
>> >    # DocumentRoot /usr/local/svn
>> >     ServerName svn.esonicspider.com
>> >     ErrorLog logs/svn-error_log
>> >     CustomLog logs/svn-access_log common
>> > </VirtualHost>
>> >
>> > <Directory "/usr/local/svn">
>> >     AllowOverride None
>> >     Options None
>> >     Order allow,deny
>> >     Allow from all
>> > </Directory>
>> >
>> > <Location /svn>
>> >    DAV svn
>> >    SVNParentPath /usr/local/svn
>> >    #AuthType Basic
>> >    #AuthName "Subversiond Repository"
>> >    #AuthUserFile /etc/svn-auth-file
>> >    #Require valid-user
>> > </Location>
>> >
>> > ====================
>> >
>> > I started with AuthType Basic.. but commented that out so I can
>> > test
>>
>>the basic access.
>>
>> > I created the repository using svnadmin at
>>
>>/usr/local/svn/catalogsuites/trunk
>>
>> > ...seem to work fine and various components were created as
>> > expected.
>> >
>> > ..and at this time it is empty.. (I have not imported a project)
>> >  I
>>
>>need to access this from JBuilder but I first need to make sure
>>that I can access it via commandline svn.
>>
>> > Any help appreciated..
>> >
>> > John Moore
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [Fwd: Re: subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)]

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/19/06, John B. Moore <jb...@esonicspider.com> wrote:
> Nick,
>
> Thank you for some feedback.. really appreciated..
>
> In all the reading I've done I did not get the suggestion of adding
> "svn"  I had assumed from my reading that having set the root directory
> as /usr/local/svn  that one did not include the "svn" ????  Strange.
>
> Nick Thompson wrote:
> > Try accessing the URL with only a standard web browser.
>
> Tried your suggested URL..
>
> http://svn.esonicspider.com/svn/catalogsuites/trunk
>
> ...got the following:
>
> <D:error>
> <C:error/>
> <m:human-readable errcode="2">
> Could not open the requested SVN filesystem
> </m:human-readable>
> </D:error>
>
>
>
> Did you
> > restart httpd after making you svn changes to httpd.conf?
>
> Yes..
>
> Did you
> > check for errors in the httpd error_log file?
>
> Yes, I monitored that regularly...  It did not provide any useful feedback..
>
> This last URL provided the following..
>
> [Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] (20014)Error
> string not specified yet: Can't open file
> '/usr/local/svn/catalogsuites/format': No such file or directory
> [Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
> fetch resource information.  [500, #0]
> [Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
> open the requested SVN filesystem  [500, #2]
> [Tue Apr 18 22:14:03 2006] [error] [client 207.137.13.178] Could not
> open the requested SVN filesystem  [500, #2]
>
> It is asking for the file "format" I checked the permissions (It was
> originally set by the svnadmin process)
>
> Obviously there is a permissions issue.. I just cann't seem to narrow it
> down yet...<sigh>

If you're on a Linux box with SELinux turned on, it might require more
than just the usual Unix permissions to allow httpd to access the
repository.  There's an entry in the FAQ about this problem.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org