Re: SVN working copy split DB vs. working area
From: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 11 Apr 2018 21:08:27 +0100
Doug Robinson <doug.robinson_at_wandisco.com> writes:
> The general setup is that they want to have a working copy on a
If SQLite locking works at all then the client-side config option
--config-option config:working-copy:exclusive-locking=true
may help. It makes SQLite take less granular locks which improves
https://sqlite.org/pragma.html#pragma_locking_mode
Exclusive locking also reduces the concurrency of Subversion operations:
> Has this subject come up before? Is there a way to link a ".svn"
It's a bit tricky. The .svn area also includes .svn/tmp/ where most
If we start splitting a working copy across multiple filesystems then we
/local/wc/.svn/
/remote/wc/
-- PhilipReceived on 2018-04-11 22:08:45 CEST |
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.