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

Re: svn commit: r921304 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 10 Mar 2010 21:10:03 -0500

On Wed, Mar 10, 2010 at 06:11, <julianfoad_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/update_editor.c Wed Mar 10 11:11:58 2010
> @@ -1172,8 +1172,7 @@ prep_directory(struct dir_baton *db,
>
>   /* Use the repository root of the anchor, but only if it actually is an
>      ancestor of the URL of this directory. */
> -  if (db->edit_baton->repos
> -      && svn_uri_is_ancestor(db->edit_baton->repos, ancestor_url))
> +  if (svn_uri_is_ancestor(db->edit_baton->repos, ancestor_url))
>     repos = db->edit_baton->repos;
>   else
>     repos = NULL;

Seeing this... I'm thinking we should rename variables and struct
members to REPOS_ROOT. Stick with the new-standard of naming for that
semantic.

Cheers,
-g
Received on 2010-03-11 03:10:37 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.