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

Re: svn commit: rev 6100 - in trunk/subversion: clients/cmdline include libsvn_client

From: <cmpilato_at_collab.net>
Date: 2003-06-05 05:40:13 CEST

=?UTF-8?B?QnJhbmtvIMSMaWJlag==?= <brane@xbc.nu> writes:

> cmpilato@tigris.org wrote:
>
> >Author: cmpilato
> >Date: Fri May 30 19:06:04 2003
> >New Revision: 6100
> >
> >Modified:
> > trunk/subversion/clients/cmdline/delete-cmd.c
> > trunk/subversion/clients/cmdline/main.c
> > trunk/subversion/include/svn_client.h
> > trunk/subversion/libsvn_client/delete.c
> >Log:
> >Make 'svn delete URL URL ...' cause only one commit instead of N
> >commits. Another fabulous use of the new path-based editor driver.
> >
> Hm. How do you know that the URLs refer to the same repository? Do you
> make a round trip for each one to get the UUID?

We drive an editor rooted at the URL common to all the targets. Most
of the time this "common path" lands on something that isn't even a
Subversion repository if the URLs come from different places (so the
code would bail out early). And I'm trusting that Apache and svnserve
do not allow you to setup repositories such that one repos's
root URL might also look like a subdirectory of a different repos.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 5 05:40:38 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.