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

Re: "svn commit" performance

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-07-08 14:17:46 CEST

Ok, now I'm looking at this.

so what we need to do is lock the grandparent non-recursively and
each target recursively, also checks if all target are from the same
repository.

right now i'm using svn_wc_admin_probe_try to tree lock the target
associated with grandparent access. and by checking if the url of the
targets' entry we could tell if they are of the same wc.

but I'm wondering if svn_wc_admin_probe_try should just fail when
the new path and association are not of the same wc.

since i'm just start exploring the wc land, I'd like to know what's
the better way for doing this.

Cheers,
CLK

On Mon, Jul 07, 2003 at 01:18:11PM -0500, cmpilato@collab.net wrote:
> Chia-liang Kao <clkao@clkao.org> writes:
>
> > Hi, so what's the status of your patch? would you like to post it for
> > testing and reviewing?
>
> I hit a wall. Well, let's just be honest -- because I didn't
> understand *before* making the patch the reasons for Philip's change,
> I simply coded the wrong thing.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 8 14:18:37 2003

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.