=?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