Re: Any way to avoid working copy locks?

2011-03-16 Thread Douglas Pearson
Thanks for the responses and good to know this is an issue that's being worked on. We'll look forward to 1.7 eagerly! Dou On Wed, Mar 16, 2011 at 2:02 AM, Johan Corveleyn wrote: > On Wed, Mar 16, 2011 at 6:02 AM, Douglas Pearson > wrote: > > During an "svn

Any way to avoid working copy locks?

2011-03-15 Thread Douglas Pearson
During an "svn update" or "svn commit" my understanding of SVN is that it walks the local folder tree, placing some sort of lock file within each .svn folder. The operation is then executed and at the end, the locks are removed. Hence the need for the "clean up" command if the operation crashes f