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

Re: svn commit: r959340 - /subversion/trunk/subversion/libsvn_wc/upgrade.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 30 Jun 2010 13:36:43 -0400

On Wed, Jun 30, 2010 at 10:54, <philip_at_apache.org> wrote:
> Author: philip
> Date: Wed Jun 30 14:54:42 2010
> New Revision: 959340
>
> URL: http://svn.apache.org/viewvc?rev=959340&view=rev
> Log:
> Fix upgrade_tests.py 7 with SVN_EXPERIMENTAL_PRISTINE and format 17.
>
> * subversion/libsvn_wc/upgrade.c
>  (upgrade_to_wcng): Move to later in the file, add call to
>   migrate_text_bases.

This change is effectively unreviewable.

In the future, please approach this in one of two other ways:

1) forward-declare the function (as upgrade.c has done before, to
avoid re-arrangement)

2) move the function in one revision, making no changes. in a separate
revision, make your change.

>...

Cheers,
-g
Received on 2010-06-30 19:38:21 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.