[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: suppressing .svn/lock files for non-concurrent svn

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 1 Apr 2010 21:56:37 -0600

On Thu, Apr 1, 2010 at 6:04 PM, Frank Ch. Eigler <fche_at_redhat.com> wrote:

> Hi -
>
> > > I have an installation of svn where certain working trees are known
> > > never to be accessed concurrently. Is there some way to suppress
> > > svn's use of .svn/lock files in this case?
> >
> > Are these files causing a problem of some sort?
>
> They represent unnecessary load on the filesystem.
>

This is true, and has been known issue with Subversion for quite some time.

Work is currently underway to rewrite the entire way the working copy stores
it's metadata information. The effort is known as wc-ng, and will be
released as part of Subversion 1.7 (hopefully this summer). Part of this
rewrite includes removing those lock files. You can read more about locking
in wc-ng here:
http://svn.apache.org/repos/asf/subversion/trunk/notes/wc-ng/locking

-Hyrum
Received on 2010-04-02 06:24:41 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.