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?
- Julian
> * subversion/libsvn_client/client.h
> * subversion/libsvn_client/ra.c:
> (svn_client__ra_lib_from_path): New utility function that sets up a
> RA plugin for the subcommands that take a single working copy path
> or URL.
>
> * subversion/libsvn_client/cat.c
> * subversion/libsvn_client/ls.c
> * subversion/libsvn_client/blame.c
> * subversion/libsvn_client/prop_commands.c
> (svn_client_cat, svn_client_ls, svn_client_blame,
> svn_client_propget, svn_client_proplist): Use the new
> svn_client__ra_lib_from_path to get an RA connection and URL
> for the given command line arguments.
---------------------------------------------------------------------
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:00:58 2004