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

Re: svn commit: r9623 - trunk/subversion/libsvn_client

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-05 20:06:26 CEST

On Wed, 2004-05-05 at 13:04, Julian Foad wrote:
> jpieper@tigris.org wrote:
> > Author: jpieper
> > Date: Tue May 4 17:32:57 2004
> > New Revision: 9623
> >
> > Modified:
> > trunk/subversion/libsvn_client/blame.c
> > trunk/subversion/libsvn_client/cat.c
> > trunk/subversion/libsvn_client/client.h
> > trunk/subversion/libsvn_client/ls.c
> > trunk/subversion/libsvn_client/prop_commands.c
> > trunk/subversion/libsvn_client/ra.c
> > Log:
> > Issue #1093: Make list, propget, proplist, and blame follow copy
> > history in the same way cat does currently. Have all of these
> > subcommands use a new helper function that does the initial work for
> > any subcommand that takes a single working copy path or a single URL.
>
> 'list', 'propget' and 'proplist' used to take multiple target arguments. Have you now restricted them all to a single target?
>

I don't think he did; he changed the svn_client_subcmd() functions,
which have always taken single targets. It's the cmdline-specific code
that accepts multiple targets, loops over them, and calls
svn_client_subcmd() on each one. That hasn't changed at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 5 20:09:56 2004

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.