MantisBT - CDash
View Issue Details
0006843CDashpublic2008-04-17 15:432008-04-22 13:02
Anton Deguet 
Julien Jomier 
normalminoralways
closedfixed 
0.8 
1.0 
0006843: Support of different cvs/svn/web viewers in viewBuildError.php
It looks like in viewBuildError.php the value $cvsurl is hard coded to work with some specific CVS/SVN web viewers only. I don't have any PHP experience so I could be wrong. When I added CVSTrac in CDash, I did a grep -i fisheye as it was a nice keyword and I assumed an easy way to locate web/cvs/svn specific parts of CDash.

I don't mind adding CVSTrac as soon as other viewers have been added.
No tags attached.
Issue History
2008-04-17 15:43Anton DeguetNew Issue
2008-04-17 15:45Julien JomierStatusnew => assigned
2008-04-17 15:45Julien JomierAssigned To => Julien Jomier
2008-04-17 15:46Julien JomierNote Added: 0011414
2008-04-17 16:01Anton DeguetNote Added: 0011415
2008-04-17 16:14Julien JomierNote Added: 0011416
2008-04-22 13:02Julien JomierStatusassigned => closed
2008-04-22 13:02Julien JomierNote Added: 0011483
2008-04-22 13:02Julien JomierResolutionopen => fixed
2008-04-22 13:02Julien JomierFixed in Version => 1.0

Notes
(0011414)
Julien Jomier   
2008-04-17 15:46   
Anton, is there a way to display the last revision of a file without specifying a revision in CVSTrac?
(0011415)
Anton Deguet   
2008-04-17 16:01   
Yes, something like:
.../cvstrac.cgi/fileview?f=libs/CMakeLists.txt
which gives you a page with code listing but you could also use:
.../cvstrac.cgi/rlog?f=libs/CMakeLists.txt
which gives a full description for that file, including last log and link to diff and full version. I prefer the later view.
(0011416)
Julien Jomier   
2008-04-17 16:14   
I have added the fixes in SVN with the '.../cvstrac.cgi/rlog?f=libs/CMakeLists.txt' support. Let me know if that works for you or not. Thanks again for the report.
(0011483)
Julien Jomier   
2008-04-22 13:02   
This bug is closed.