[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: <cmpilato_at_collab.net>
Date: 2003-06-21 19:10:05 CEST

Philip Martin <philip@codematters.co.uk> writes:

> I added a the regression test commit_multiple_wc. It's basically
>
> 'svn commit foo/bar foo/bar/zig/zag'
>
> where foo/bar/zig/zag is a child of foo/bar, but comes from a
> different working copy. I believe that in the past Subversion
> silently dropped the second argument and only committed foo/bar.

Ah. Well, I can tell you why *that* happens. Look no further than
svn_path_condense_targets(), which is going to drop foo/bar/zig/zag as
redundant in light of foo/bar and recursivity.

Hm. So your solution did the job, but at the cost of desired
functionality.

I will think on these things.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 19:10:04 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.