Re: [PATCH] Do not disable txn-list-lock on Windows

2014-02-17 Thread Evgeny Kotkov
Hi Bert, > Not sure if this is related: > > But you do know that Windows has completely different file semantics than > posix, don't you. You can just use the standard file locking to have proper > locking between threads, which doesn't work on many other platforms. (A > process is free to shoot i

RE: [PATCH] Do not disable txn-list-lock on Windows

2014-02-16 Thread Bert Huijben
> -Original Message- > From: Evgeny Kotkov [mailto:evgeny.kot...@visualsvn.com] > Sent: maandag 17 februari 2014 01:37 > To: Subversion Development > Subject: [PATCH] Do not disable txn-list-lock on Windows > > Hi! > > I've noticed that txn-list operations are not being synchronized on