Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 13:44:55 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r290620 - head/lib/libc/locale
Message-ID:  <20151115134455.GA87900@FreeBSD.org>
In-Reply-To: <20151115132620.GD93991@ivaldir.etoilebsd.net>
References:  <201511092211.tA9MBb0O062935@repo.freebsd.org> <20151110073435.GA68685@FreeBSD.org> <20151115131927.GA80589@FreeBSD.org> <20151115132620.GD93991@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 15, 2015 at 02:26:21PM +0100, Baptiste Daroussin wrote:
> On Sun, Nov 15, 2015 at 01:19:27PM +0000, Alexey Dokuchaev wrote:
> > On Tue, Nov 10, 2015 at 07:34:35AM +0000, Alexey Dokuchaev wrote:
> > > On Mon, Nov 09, 2015 at 10:11:37PM +0000, Baptiste Daroussin wrote:
> > > > New Revision: 290620
> > > > URL: https://svnweb.freebsd.org/changeset/base/290620
> > > > 
> > > > Log:
> > > >   Readd ascii.c forgotten in r290618
> > > > 
> > > > Added:
> > > >   head/lib/libc/locale/ascii.c   (contents, props changed)
> > > 
> > > I think it should've been repocopied.
> > 
> > Am I wrong?
> 
> yes and no.
> 
> actually the new ascii.c is based on none.c and not from the old ascii.c

This is nice piece of information that could've made in the commit log. :)

> This one should have been repocopied but I have no idea how to fix
> afterward without messing up even more the history.

Hmm, wouldn't the following work?:

  svn cp .../ascii.c@last-rev-before-replace ascii.c
  <apply new changes>
  svn ci -m '... explaining the need for repocopy and that the new ascii.c
is based on none.c' ascii.c

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151115134455.GA87900>