Neil Bird wrote on Tue, Nov 01, 2011 at 16:13:05 +0000: > Around about 01/11/11 13:22, Daniel Shahaf typed ... > >... However you mentioned CIFS-mounted working > >copies, in which case the issue will be concurrent access not to the > >repository but to the working copy. > > Yeah, I said repo., but I meant WC! And I meant that I don't do > more than one thing to the WC at once (I'll either be using it from > Windows or from Linux).
'svnsync --disable-locking' exists, maybe we should have a similar option for svn then. (sqlite's source suggests that SQLite, at least internally, does support a "Don't lock" mode.)