You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Summers <da...@summersoft.fay.ar.us> on 2002/06/25 18:29:46 UTC

MKACTIVITY problem(???)

I've tried for the last two days to update to the latest version but no 
go. I'm currently at rev 2332 and just updated APACHE, APR, and APR-UTIL 
to 2002-06-25 and deleted the old subversion (just in case) and did a 
clean compile. It all compiled but after I create the test repository I do:

svn co http://localhost/repos/test
cd test
svn mkdir branches tags
svn commit -F /dev/null

svn_error: #21096 : <RA layer request failed>
  Commit failed (details follow):

svn_error: #21096 : <RA layer request failed>
  MKACTIVITY of /repos/test/!svn/act/3e21fcf8-d11d-b211-b705-8b7b1ab5c6d3 
returned status code 404 (Not Found)

(However it works fine over ra_local)

Rev 2301 works fine but nothing I've tried after that seems to work.

The only thing I can think of to try at this point is to update from NEON 
0.21.2 to 0.23.3 but it didn't look like the changes there would account 
for the problem I'm seeing.

HELP? 

  - Thanks,
  - David "Life on the Bleeding Edge" Summers

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


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

Re: MKACTIVITY problem(???)

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Tue, 25 Jun 2002, Greg Stein wrote:

> On Tue, Jun 25, 2002 at 01:29:46PM -0500, David Summers wrote:
> >...
> > svn_error: #21096 : <RA layer request failed>
> >   MKACTIVITY of /repos/test/!svn/act/3e21fcf8-d11d-b211-b705-8b7b1ab5c6d3 
> > returned status code 404 (Not Found)
> 
> What is in your Apache error_log and access_log? Are the permissions in the
> on-disk repository amenable to the httpd process read/writing the repos/dav/
> subdirectory? (and repos/db/ for that matter)
> 
> Cheers,
> -g

Thanks for the pointer!  I looked at the log messages and they were 
complaining they couldn't find the apache errors directories and files.
I put those in to my apache RPM and rebuilt and voila!  It worked like a 
charm!

The wierd thing is it worked without the error directory and files as of
subversion rev 2301 last Thursday.

Details: It was looking for the error/HTTP_UNAUTHORIZED.html.var file.

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


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

Re: MKACTIVITY problem(???)

Posted by Greg Stein <gs...@lyra.org>.
On Tue, Jun 25, 2002 at 01:29:46PM -0500, David Summers wrote:
>...
> svn_error: #21096 : <RA layer request failed>
>   MKACTIVITY of /repos/test/!svn/act/3e21fcf8-d11d-b211-b705-8b7b1ab5c6d3 
> returned status code 404 (Not Found)

What is in your Apache error_log and access_log? Are the permissions in the
on-disk repository amenable to the httpd process read/writing the repos/dav/
subdirectory? (and repos/db/ for that matter)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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