[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tests fail on Win32 with ra_dav and fsfs

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2004-05-13 04:56:47 CEST

[snip]
>
> START: basic_tests.py
> CMD: svnadmin.exe "create" "local_tmp\repos" "--bdb-txn-nosync"
> "--fs-type" "fsfs" <TIME = 0.109000>
> CMD: svn.exe "import" "--username" "jrandom" "--password" "rayjandom"
> "-m" "Log message for revision 1." "local_tmp\greekfiles"
> "http://localhost/local_tmp/repos" "--config-dir"
> "D:\Temp\junk\subversion\tests\clients\cmdline\local_tmp\config" <TIME =
> 0.562000>
> svn:
> No such transaction.
>
>

Some more info on this -- the commit actually succeeds and the
repository seems to be fine. However, a second DELETE for the activity
comes through and fails because the transaction directory has already
been removed. The 2nd DELETE doesn't happen with fstype=bdb.

It kind of seems like a client problem, but I don't know how the client
could know the difference? Or can DELETE's be initiated without the
client somehow?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 13 04:57:05 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.