>
>
>Each RA layer would be responsible for calling the function "at the
>appropriate time", in practice, when an operation completes and/or a
>connection shuts down. For example, from inside the FS code, it can
>be hard to tell when an update begins and ends, because it just looks
>like a series of svn_fs_foo() calls. But the caller -- the RA layer
>-- can say when the operation is over, and run checkpoint based on
>that.
>
>
We might also need some way of detecting duplicate txn_checkpoint()'s so
that different ra layers aren't attempting to checkpoint at the same
time like if you are using mod_dav_svn and svnserve -d at the same
time. I'm not entirely sure how svnserve works in tunnel mode, but I
suspect that many processes could be active?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 21 05:15:55 2003