[Lxr-dev] genxref and warnings from cvs co (was: /bin/true as a zombie)
Brought to you by:
ajlittoz
From: Jan-Benedict G. <jb...@lu...> - 2001-08-01 12:09:39
|
On Wed, Aug 01, 2001 at 01:31:46PM +0200, Peder O. Klingenberg wrote: > pe...@kl... (Peder O. Klingenberg) writes: > > > Jan-Benedict Glaw <jb...@lu...> writes: > > > > > It now seems to recognize revisions of a file correctly. However, > > > it's still only indexing "head" when called with --allversions. > > > > I'll fix that sometime today, I guess. > > The patch that tried to precompute the versions to index (patch > #432351 "genxref usability patch" by Jason Short) states that "The > --allversions option should now work (it didn't before, seemingly > because of a bug)." I've tested again. It now gets all versions (read: cvs tags). However, "co" is complaining sometimes: ---------------------------- cut ------------------------------- ### /mm/memory.c --- /mm/memory.c head 1.4 /mm/memory.c was already referenced --- /mm/memory.c jbglaw_0_13 1.4 /mm/memory.c was already referenced --- /mm/memory.c jbglaw_0_13_b 1.4.0.2 --- /mm/memory.c 381 co: /home/data/CVSROOT/linux//mm/memory.c,v: no side branches present for 1.4 --- /mm/memory.c v_0_01 1.1 --- /mm/memory.c 382 +++ 1 --- /mm/memory.c v_0_10 1.2 --- /mm/memory.c 383 +++ 265 --- /mm/memory.c v_0_11 1.3 --- /mm/memory.c 384 +++ 278 --- /mm/memory.c v_0_12 1.4 /mm/memory.c was already referenced ---------------------------- cut ------------------------------- Any clue about that? At least, it gets more and more perfect:-) MfG, JBG |