Re: [Lxr-dev] Re: /bin/true as a zombie
Brought to you by:
ajlittoz
|
From: <pe...@kl...> - 2001-08-01 08:31:17
|
Jan-Benedict Glaw <jb...@lu...> writes:
> > > ### /mm/Makefile
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> > > co: /home/data/CVSROOT/linux//mm/Makefile,v: branch number 0 too low
> >
> > Hm. It gets as far as trying to check out the file, but seems to
> > somehow get confused over which version to check out. Trying six
> > times would indicate that it's trying to check out six different
> > versions. Or something.
>
> Hmmm. Yes, there are 6 {tag,branche}s for that file:
>
> www-data@mirror:/home/data/CVSROOT/linux/mm$ head -n 11 Makefile,v
> head 1.4;
> access;
> symbols
> jbglaw_0_13:1.4
> jbglaw_0_13_b:1.4.0.2
> v_0_12:1.4
> v_0_11:1.3
> v_0_10:1.2
> v_0_01:1.1;
> locks; strict;
> comment @# @;
I squashed this one, I think. Stupid regexp-bug in CVS.pm trying to
determine the actual revision. Trying to match a number like 1.4, it
instead matched the first 0 in the symbol.
Updated CVS.pm checked in.
...Peder...
--
Cogito ergo panta rei.
|