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

Re: svn commit: r35330 - trunk/subversion/include

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 21 Jan 2009 09:41:31 +0100

Hrm. What happens if third-party code creates one of these hashes, and
only puts an svn_log_changed_path_t in there? (rather than path2)

On Mon, Jan 19, 2009 at 19:14, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
> Author: hwright
> Date: Mon Jan 19 10:14:52 2009
> New Revision: 35330
>
> Log:
> * subversion/include/svn_types.h
> (svn_log_entry_t): Followup to r35329: Update docstring.
>
> Suggested by: rhuijben
>
> Modified:
> trunk/subversion/include/svn_types.h
>
> Modified: trunk/subversion/include/svn_types.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/include/svn_types.h?pathrev=35330&r1=35329&r2=35330
> ==============================================================================
> --- trunk/subversion/include/svn_types.h Mon Jan 19 09:59:38 2009 (r35329)
> +++ trunk/subversion/include/svn_types.h Mon Jan 19 10:14:52 2009 (r35330)
> @@ -613,7 +613,7 @@ svn_log_changed_path_dup(const svn_log_c
> typedef struct svn_log_entry_t
> {
> /** A hash containing as keys every path committed in @a revision; the
> - * values are (@c svn_log_changed_path_t *) stuctures.
> + * values are (@c svn_log_changed_path2_t *) stuctures.
> *
> * ### The only reason @a changed_paths is not qualified with `const' is
> * that we usually want to loop over it, and apr_hash_first() doesn't
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1035215
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1040706
Received on 2009-01-21 09:41:50 CET

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.