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

Re: svn commit: r37806 - trunk/subversion/libsvn_repos

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Mon, 25 May 2009 08:08:17 -0500

On May 24, 2009, at 3:55 PM, Neels Janosch Hofmeyr wrote:

> Author: neels
> Date: Sun May 24 13:55:35 2009
> New Revision: 37806
>
> Log:
> * subversion/libsvn_repos/reporter.c (drive):

Move the function name to it's own line.

>
> Use svn_dirent_dirname() instead of svn_path_dirname()
> (deprecated).
>
> Modified:
> trunk/subversion/libsvn_repos/reporter.c
>
> Modified: trunk/subversion/libsvn_repos/reporter.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_repos/reporter.c?pathrev=37806&r1=37805&r2=37806
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/subversion/libsvn_repos/reporter.c Sun May 24 11:35:26
> 2009 (r37805)
> +++ trunk/subversion/libsvn_repos/reporter.c Sun May 24 13:55:35
> 2009 (r37806)
> @@ -1144,7 +1144,7 @@ drive(report_baton_t *b, svn_revnum_t s_
>
> /* Compute the target path corresponding to the working copy anchor,
> and check its authorization. */
> - t_anchor = *b->s_operand ? svn_path_dirname(b->t_path, pool) : b-
> >t_path;
> + t_anchor = *b->s_operand ? svn_dirent_dirname(b->t_path, pool) :
> b->t_path;
> SVN_ERR(check_auth(b, &allowed, t_anchor, pool));
> if (!allowed)
> return svn_error_create
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2353358

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2353478
Received on 2009-05-25 16:06:37 CEST

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.