>> Sorry about the goofy reply here.  I didn't receive this email so I
>> couldn't actually reply to it.  The original email was sent January
>> 17, 2006.
>>
>> I have the same problem described above.  In my case the rev is 1,  
>> and
>> the file /svn/repos/test/db/revs/1 is very small.  It fails whether I
>> use a local file:// path or an http:// path.  I just finished  
>> building
>> Subversion on AIX 5.3 using the attached shell script.  My
>> configuration options are there if that would be helpful.  My
>> httpd.conf file has the following Location directive.
>>
>> <Location /svn>
>>     DAV svn
>>     SVNParentPath /svn/repos
>>     SVNListParentPath on
>> </Location>
>>
>> Anyone have any idea what is happening here?
>
> That kind of error often occurs if you've got multiple versions of APR
> linked into your mod_dav_svn.  i.e. if you've got httpd 2.2.x, which
> comes with APR 1.x, but your Subversion install is linked against APR
> 0.9.x.
>
> -garrett
Excellent!  Thanks for the quick reply.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 13 05:14:33 2006