Re: Excessive Lock/Unlock Traffic

2006-07-21 Thread Mladen Turk
Mladen Turk wrote: Paul Querna wrote: THIS IS CAUSED BY USER ERROR, AND NOT BY A PROBLEM WITH SUBVERSION OR OUR CONFIGURATION. Then you might put that somewhere inside www.apache.org/dev One note: Sorry, seems it was caused by the Tortoise SVN client. It has an option to 'Get Lock' on t

Re: Excessive Lock/Unlock Traffic

2006-07-21 Thread Mladen Turk
Paul Querna wrote: If you think svn is correct in sending lock/unlock/proppatch mails for each individual file ( without at least agreggating them ) - then It was done separately BECAUSE it was not done in a SINGLE ATOMIC COMMIT. THIS IS CAUSED BY USER ERROR, AND NOT BY A PROBLEM WITH SUBVER

Re: Excessive Lock/Unlock Traffic

2006-07-21 Thread Mladen Turk
Costin Manolache wrote: I'm pretty sure Mladen didn't intentionally do a 'svn lock/unlock' on each file. Maybe his IDE did - he can comment on what commands he used to perform the operation. $> svn lock trunk $> svn propset ... $> svn unlock trunk Changing a property on all files in a repos

Re: Excessive Lock/Unlock Traffic

2006-07-21 Thread Costin Manolache
I'm pretty sure Mladen didn't intentionally do a 'svn lock/unlock' on each file. Maybe his IDE did - he can comment on what commands he used to perform the operation. However, I don't see any reason for svn to send a mail whenever a file is locked or unlocked - the purpose ( AFAIK ) is to allow r

Re: Excessive Lock/Unlock Traffic

2006-07-21 Thread Costin Manolache
Good to hear from infrastructure@ ! We all agree that the svn lock/svn unlock traffic was a bad thing, and even worse that 2 mails were sent for each file in the repository. AFAIK this is result of changing a simple property in the tomcat repository ( for line ending ), and it's a serious bug in