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

RE: svn commit: r1124556 - /subversion/trunk/subversion/libsvn_wc/upgrade.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 19 May 2011 18:25:56 +0200

> -----Original Message-----
> From: Blair Zajac [mailto:blair_at_orcaware.com]
> Sent: donderdag 19 mei 2011 18:18
> To: cmpilato_at_apache.org
> Cc: Subversion Development
> Subject: Re: svn commit: r1124556 -
> /subversion/trunk/subversion/libsvn_wc/upgrade.c

> > --- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
> > +++ subversion/trunk/subversion/libsvn_wc/upgrade.c Thu May 19
> 06:34:31 2011
> > @@ -1273,9 +1273,10 @@ upgrade_to_wcng(void **dir_baton,
> > SVN_ERR(svn_io_check_path(logfile_path, &logfile_on_disk,
> scratch_pool));
> > if (logfile_on_disk == svn_node_file)
> > return svn_error_create(SVN_ERR_WC_UNSUPPORTED_FORMAT, NULL,
> > - _("Cannot upgrade with existing logs; Use "
> > - "an 1.6 client to clean up before using "
> > - "this client"));
> > + _("Cannot upgrade with existing logs; run a
"
> > + "cleanup operation on this working copy
using "
> > + "a Subversion 1.6 client, then retry the
"
> > + "upgrade with the current client"));
>
> Out of curiosity, does it have to be a 1.6 client? What happens if its a
1.5 or
> older client they are upgrading from?

Then they can still fix it using their old version, *or* with a 1.6 client.
1.6.X is the last version that can upgrade from those older versions of
logs.

        Bert
>
> Blair
Received on 2011-05-19 18:27:15 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.