[Lxr-general] LXR sourceroot to CVS repo
Brought to you by:
ajlittoz
From: Wouter <W.v...@ed...> - 2002-10-29 08:32:59
|
Hi, I'm trying to get LXR to reference my source repository. But when I run genxref it finds 0 identifiers. I'm using LXR 0.3. I think it's because genxref doesn't recognize ,v files in the repository. I don't know if it's fixed in the non-stable version (0.9). Can anybody help me? Best regards, Wouter van Vugt My lxr.conf is as follows: --------------------------------------------------------------------------------------------- variable: v, Version, [/local/lxr/source/versions], [/local/lxr/source/defversion] <<<<<UnUsed?? variable: a, Architecture, (i386, alpha, m68k, mips, ppc, sparc, sparc64) <<<<< UnUsed?? baseurl: http://knabbel.edmond.nl/lxr/http/ htmlhead: /scratch/wouterstage/lxr/http/template-head htmltail: /scratch/wouterstage/lxr/http/template-tail htmldir: /scratch/wouterstage/lxr/http/template-dir sourceroot: 'cvs:/scratch/wouterstage/testrepository/' srcrootname: TestRepository_Wouter incprefix: /include dbdir: /scratch/wouterstage/lxr/source/ glimpsebin: /scratch/lxr/glimpse/bin/ map: /include/asm[^\/]*/ /include/asm-$a/ map: /arch/[^\/]+/ /arch/$a/ |