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

Re: Slowing code churn in libsvn_wc

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-07-15 15:58:19 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> So I'd like to request that until Alpha is released, we confine
> ourselves to fixing bugs in the current libsvn_wc code, and not try to
> make any more forward progress on issue #749.

Perhaps we should revert 2470 as it introduces a regression. The
second commit in the following sequence

$ svn mkdir foo
$ svn mkdir foo/bar
$ touch foo/bar/zig
$ svn add foo/bar/zig
$ svn ci
$ svn cp foo foo2
$ echo x >> foo2/bar/zig
$ svn ci

fails with "foo2/bar already locked".

> Philip Martin <philip@codematters.co.uk> writes:
> > This patch implements a parent-child lock relationship. It passes
> > the regression tests, including Justin's new one.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 15 15:58:48 2002

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

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