From: SourceForge.net <no...@so...> - 2009-03-26 17:43:54
|
Bugs item #500773, was opened at 2002-01-08 11:30 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=500773&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: v0.9 >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Bartlomiej Pater (noster) Assigned to: Nobody/Anonymous (nobody) Summary: no revisions are available on any page Initial Comment: hello, I have problem with 0.9 version of lxr. After I have finally came to a solution with how to make it to read sources from CVS (I have to adopt config file - see below) I am unable to browse it. When I look into database created by genxref (see attachment) it seems it finds the files and their versions correctly. But when I try to browse it I can only see some 'head' tag/version. If I put versions in "range" variable in the config file it is ok, and I can do everything, but I need CVS support to know the version numbers everytime they change. I have also tried version from CVS [about week ago] but with the same effect. My configuration: - gnu-linux-i386pc [debian sid] - apache 1.3.22 - mysql 3.23.46 - perl 5.6.1 and 5.005 [v6.3 whatever it means - I'm not perl guru] - libdbi-perl 1.20 - libdbd-mysql-perl 1.2216 I have tried it also at different machine but with very similiar configuration and with the same effect. ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2009-03-26 17:43 Message: Configuration shown below fixes the problem. ---------------------------------------------------------------------- Comment By: Bartlomiej Pater (noster) Date: 2002-01-08 11:47 Message: Logged In: YES user_id=22605 this is the way I had to change the config to make it work at all [well, part of it]: 'range' => sub { return ($files->allreleases("/"), $files->allrevisions("/")) }, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=500773&group_id=27350 |