svn commit: r290620 - head/lib/libc/locale

Alexey Dokuchaev danfe at FreeBSD.org
Sun Nov 15 13:44:55 UTC 2015


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 at 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


More information about the svn-src-head mailing list