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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-24 00:54:22 CET

sussman@tigris.org writes:

> Author: sussman
> Date: Tue Feb 22 17:21:31 2005
> New Revision: 13123

> Reorganize 'svn info' codepath, in preparation to make it work on URLs.
>
> This change is all about pushing code from info-cmd.c down into libsvn_client.

> Added: trunk/subversion/libsvn_client/info.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_client/info.c?view=auto&rev=13123
> ==============================================================================
> --- (empty file)
> +++ trunk/subversion/libsvn_client/info.c Tue Feb 22 17:21:31 2005

> +/* Helper: build an svn_info_t struct from an svn_dirent_t. */
> +static svn_error_t *
> +build_info_from_dirent (svn_info_t **info,
> + const svn_dirent_t *dirent,
> + apr_pool_t *pool)
> +{
> + /* ### todo */
> +
> + return SVN_NO_ERROR;
> +}

At present this function causes a "defined but not used" warning, are
you planning to use it?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 24 00:55:56 2005

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.