cmpilato@collab.net writes:
> I have no local mods to my Subversion tree, have not changed the way I
> build or anything. I have freshly autogen/configure/make'd. I've
> restarted Apache. Apache runs as 'cmpilato', and all files in my tree
> are owned by 'cmpilato'.
>
> Now, I try to run Python tests over DAV, and they all fail at the
> initial import. MKCOL returns 405. Ethereal sez it's because a
> repository directory '/A' was trying to be created but already
> existed. Running tests over ra_local work fine, though, and imports
> by hand are fine, too.
Here's a followup. Wow. I put a sleep(30) into my 'svn' binary so
that I could 'gdb attach' to the import process. Setting a breakpoint
in client.c:import_dir(), I watch as dirents are looped over:
. (skipped)
.. (skipped)
iota (imported)
A (recursive import of A and all its kiddies)
A (WHAT! You've hit A again?!)
Continuing to debug...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 7 07:29:07 2003