You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(2) |
May
(19) |
Jun
(1) |
Jul
(10) |
Aug
(3) |
Sep
(10) |
Oct
(2) |
Nov
(16) |
Dec
(6) |
2004 |
Jan
(13) |
Feb
(2) |
Mar
(15) |
Apr
(8) |
May
(5) |
Jun
(1) |
Jul
(3) |
Aug
(5) |
Sep
|
Oct
(38) |
Nov
|
Dec
(7) |
2005 |
Jan
(16) |
Feb
(8) |
Mar
(34) |
Apr
(9) |
May
(3) |
Jun
(2) |
Jul
(4) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(18) |
Dec
(10) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
(20) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(5) |
Nov
(22) |
Dec
(10) |
2007 |
Jan
(16) |
Feb
(12) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <Viv...@ge...> - 2004-08-18 15:59:45
|
Did anybody worked on StatCVS over Java SDK 1.4 for HP UX 11/11i. Got the error while generating statistics.. (while generating HTML Output). Please find below the stack trace of the exception... java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment .java:62) at java.awt.Font.initializeFont(Font.java:308) at java.awt.Font.<init>(Font.java:344) at net.sf.statcvs.renderer.Chart.<init>(Chart.java:53) at net.sf.statcvs.renderer.LOCChart.<init>(LOCChart.java:66) at net.sf.statcvs.output.HTMLOutput.createLOCChart(HTMLOutput.java:300) at net.sf.statcvs.output.HTMLOutput.createHTMLSuite(HTMLOutput.java:177) ...... ...... Is there any extra configurations need to be done on HP UX? Like installing 3D for SDK & RTE 1.4 HP UX.. Please suggest a solution. Thanks in advance, Vivek C |
From: Richard C. <ri...@cy...> - 2004-08-17 16:31:32
|
Hi SG, we have made lots of changes to the codebase since the last release and it's difficult to track down what causes the problem and if it has been fixed or not. You could check out the development version of StatCvs from the SourceForge CVS and try if it works for you. Or if that's too much trouble, try this somewhat older snapshot: http://page.mi.fu-berlin.de/~cyganiak/statcvs/v0.2-dev/ Does it fix the problem? Yours, Richard Am 16.08.2004 um 21:44 schrieb SG: > Hello, > I get this error while running statcvs. COuld you please let me > know why this occurs or if there is a fix for it? > > > cvs log: Logging cham2_demo/tests/remote_mirror > cvs log: Logging include > Exception in thread "main" java.lang.ArithmeticException: / by zero > at > net.sf.statcvs.output.UserPage.getPercentage(UserPage.java:153) > at > net.sf.statcvs.output.UserPage.printBody(UserPage.java:105) > at > net.sf.statcvs.output.HTMLPage.createPage(HTMLPage.java:67) > at net.sf.statcvs.output.UserPage.<init>(UserPage.java:72) > at > net.sf.statcvs.output.HTMLOutput.createHTMLSuite(HTMLOutput.java:85) > at > net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:165) > at net.sf.statcvs.Main.execute(Main.java:94) > at net.sf.statcvs.Main.main(Main.java:74) > > THanks, > SG > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users > |
From: SG <sr...@ya...> - 2004-08-16 19:44:37
|
Hello, I get this error while running statcvs. COuld you please let me know why this occurs or if there is a fix for it? cvs log: Logging cham2_demo/tests/remote_mirror cvs log: Logging include Exception in thread "main" java.lang.ArithmeticException: / by zero at net.sf.statcvs.output.UserPage.getPercentage(UserPage.java:153) at net.sf.statcvs.output.UserPage.printBody(UserPage.java:105) at net.sf.statcvs.output.HTMLPage.createPage(HTMLPage.java:67) at net.sf.statcvs.output.UserPage.<init>(UserPage.java:72) at net.sf.statcvs.output.HTMLOutput.createHTMLSuite(HTMLOutput.java:85) at net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:165) at net.sf.statcvs.Main.execute(Main.java:94) at net.sf.statcvs.Main.main(Main.java:74) THanks, SG __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |
From: Scott F. <sc...@at...> - 2004-07-25 21:46:35
|
On this note - I think that my colleague (Anton) will have some exciting things to announce regarding his work on StatCVS. For those of you not aware, we use StatCVS in JIRA, not to calculate lines of code, but to be able to run reports on CVS. We build up the object graph in memory, and query that in run-time. I believe that Anton has built branching support into our local version of statcvs, but I'll let him describe the changes that he has made. Cheers, Scott On Sun, Jul 25, 2004 at 04:50:35PM +0200, Richard Cyganiak wrote: > Hi Nascif, >=20 > support for branches hasn't been implemented yet. I'm sorry, but at the= =20 > moment, there's no way to generate reports for anything but the main=20 > branch. >=20 > Richard >=20 >=20 >=20 > Am 24.07.2004 um 20:19 schrieb Nascif Abousalh-Neto: >=20 > >Hi there, > > > >How is status on the support for branches, specially in the Maven=20 > >plugin? > >I used the property maven.log.status to pass the option=20 > >"-r<my-branch-name>" but got reports saying that were zero acitivity. > > > >I am not using a statcvs.xml file. I read the manual and it mention=20 > >support for a "symbolicName" that could be used to indicate a CVS tag. > >Could that also be used to specify a branch name? If so, could you=20 > >guys provide an example? > > > >I want to use all the default reports, but on our integration branch,=20 > >not on the HEAD branch. > > > >Regards, > > Nascif > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by BEA Weblogic Workshop > >FREE Java Enterprise J2EE developer tools! > >Get your free copy of BEA WebLogic Workshop 8.1 today. > >http://ads.osdn.com/?ad_idG21&alloc_id=10040&op=3Dclick > >_______________________________________________ > >Statcvs-users mailing list > >Sta...@li... > >https://lists.sourceforge.net/lists/listinfo/statcvs-users > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id=10040&op?k > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users |
From: Richard C. <ri...@cy...> - 2004-07-25 14:50:34
|
Hi Nascif, support for branches hasn't been implemented yet. I'm sorry, but at the=20= moment, there's no way to generate reports for anything but the main=20 branch. Richard Am 24.07.2004 um 20:19 schrieb Nascif Abousalh-Neto: > Hi there, > > How is status on the support for branches, specially in the Maven=20 > plugin? > I used the property maven.log.status to pass the option=20 > "-r<my-branch-name>" but got reports saying that were zero acitivity. > > I am not using a statcvs.xml file. I read the manual and it mention=20 > support for a "symbolicName" that could be used to indicate a CVS tag. > Could that also be used to specify a branch name? If so, could you=20 > guys provide an example? > > I want to use all the default reports, but on our integration branch,=20= > not on the HEAD branch. > > Regards, > Nascif > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idG21&alloc_id=10040&op=3Dclick > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users > |
From: Nascif Abousalh-N. <Nas...@sa...> - 2004-07-24 18:19:34
|
Hi there, How is status on the support for branches, specially in the Maven = plugin? I used the property maven.log.status to pass the option = "-r<my-branch-name>" but got reports saying that were zero acitivity. I am not using a statcvs.xml file. I read the manual and it mention = support for a "symbolicName" that could be used to indicate a CVS tag.=20 Could that also be used to specify a branch name? If so, could you guys = provide an example? I want to use all the default reports, but on our integration branch, = not on the HEAD branch. Regards, Nascif |
From: Richard C. <ri...@cy...> - 2004-06-07 09:56:09
|
Am 27.05.2004 um 15:52 schrieb YKonuslu: > Hi, > when i run statcvs.jar i got the attached output. > Any idea, about what' s going=A0 wrong ? Heh. I answered your question before. Here is the same answer again. If=20= this answer doesn't help you, please ask for clarification. That's a problem with recent versions of CVSNT, which you probably used=20= to generate the CVS log. We will release a new version of StatCvs to=20 fix this incompatibility. Until the release is ready, you can download=20= a development snapshot of StatCvs from here: http://page.mi.fu-berlin.de/~cyganiak/statcvs/v0.2-dev/ It is a development version, so you may run into some other problems. |
From: YKonuslu <yko...@as...> - 2004-05-27 13:47:18
|
C:\>java -jar c:\statcvs\statcvs.jar Notify d:\Notify\cvslog d:\Notify StatCvs - CVS statistics generation Generating report for Notify into Exception in thread "main" java.lang.NumberFormatException: For input = string: "- 3;" at java.lang.NumberFormatException.forInputString(Unknown = Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at = net.sf.statcvs.input.CvsRevisionParser.parseDateLine(CvsRevisionParse r.java:174) at = net.sf.statcvs.input.CvsRevisionParser.messageLine(CvsRevisionParser. java:118) at = net.sf.statcvs.input.CvsFileBlockParser.getParsedRevisions(CvsFileBlo ckParser.java:199) at = net.sf.statcvs.input.CvsFileBlockParser.getParsedFile(CvsFileBlockPar ser.java:181) at = net.sf.statcvs.input.CvsLogfileParser.parse(CvsLogfileParser.java:79) at net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:163) at net.sf.statcvs.Main.execute(Main.java:94) at net.sf.statcvs.Main.main(Main.java:74) |
From: Richard C. <ri...@cy...> - 2004-05-14 23:04:57
|
Am 14.05.2004 um 02:30 schrieb Tobias Hertkorn: (regarding the -notes option) > do I have to get the CVS version for it to work? I'm asking because > there is no description of this option in the v0.2-dev which comes > with debian... I don't remember exactly when the snapshot for Debian was taken, so I'm not sure if -notes is already in. But the command line help shows only the most important options -- and links to the manual [1] for the rest (at least it does *now*, again not sure about the Debian version ...) [1] http://statcvs.sf.net/manual |
From: Tobias H. <t.h...@gm...> - 2004-05-14 00:31:10
|
Cool, do I have to get the CVS version for it to work? I'm asking because there is no description of this option in the v0.2-dev which comes with debian... Hau rein. ;o) T ----- Original Message ----- From: "Richard Cyganiak" <ri...@cy...> To: "Tobias Hertkorn" <t.h...@gm...> Cc: <sta...@li...> Sent: Thursday, May 13, 2004 17:00 Subject: Re: [Statcvs-users] link back to own homepage Hi Tobias, Am 14.05.2004 um 00:18 schrieb Tobias Hertkorn: > Would it be tough for you to provide an option that uses a given > string as an url that gets embedded in your generated main page as an > link back to the projects homepage. Good news for you: That option already exists! :-) You have to create a small file with an HTML snippet: <p><a href="http://hacktor.fs.uni-bayreuth.de/apt-got/">Apt-Got Homepage</a></p> Then add "-notes name_of_your_HTML_file" to the StatCvs command line. That's it! Beste Grüße, Richard |
From: Richard C. <ri...@cy...> - 2004-05-14 00:00:09
|
Hi Tobias, Am 14.05.2004 um 00:18 schrieb Tobias Hertkorn: > Would it be tough for you to provide an option that uses a given > string as an url that gets embedded in your generated main page as an > link back to the projects homepage. Good news for you: That option already exists! :-) You have to create a small file with an HTML snippet: <p><a href=3D"http://hacktor.fs.uni-bayreuth.de/apt-got/">Apt-Got=20 Homepage</a></p> Then add "-notes name_of_your_HTML_file" to the StatCvs command line.=20 That's it! Beste Gr=FC=DFe, Richard= |
From: Tobias H. <t.h...@gm...> - 2004-05-13 22:18:20
|
Hi there, first of all I wanted to thank you for the great work you are doing with statcvs. I stumbled across it today and it is exactly what I needed! The installation in debian was awsome. ;o) Check out my generated outputs. http://hacktor.fs.uni-bayreuth.de/~dun3/apt-got/sf/html/ It worked like a charm. I have one question though: Would it be tough for you to provide an option that uses a given string as an url that gets embedded in your generated main page as an link back to the projects homepage. eg in my case I would like to have an option like -back-link http://hacktor.fs.uni-bayreuth.de/apt-got/ Do you know, what I mean? Many thanks again, keep up the good work! Tobi |
From: Pedot, W. <wp...@ha...> - 2004-04-05 12:13:36
|
Hi, > Wolfgang, > > From: "Pedot, Wolfgang" <wp...@ha...> > > Oh, and one more thing: > > > > The average html-file for a subdir stays below 100k (most are much > smaller) but > > for the kernels every file is >1.5MB. > > that's interesting. Is the "recent commit" entry for the import *that* > large? That must really be *lots* of links. Try 6365, 8983 and 9113 Files for those 3 Kernels ;) Thats quite a lot of links to generate. > We changed one more thing after v0.1.3: In the "Recent > Commits" section of > directory pages, we used to generate only links to the > changed files *within > that directory*. Now we generate links for *all changed > files*, regardless > of which directory they are in. In your case, now every directory page > contains the *whole* import. It used to contain only the part > applicable to > *this directory*. I figured it wouldn't matter much to anyone > ... wrong. > > For the moment, you can try to limit the start date of the > log so that it > doesn't include the initial commit: > http://statcvs.sf.net/manual/#section_limiting-dates > > Basically, generate the CVS log like this: > > cvs log -d "2003-12-31<" > logfile.log > > and choose a date *after* the initial import. Then run StatCvs again. > > If you try this, please let us know if it helped, because if > it does, then I > will definitely have to restore the original behaviour. > Ok, I just tried this on our repository including the smallest of our Kernels, statcvs finished the task in 4 minutes (Log since 1.1.2004)! That is quite fast, compared to several hours before ;) greetings Wolfgang |
From: Dale V. <da...@vi...> - 2004-04-05 11:53:50
|
Running the jvm with -verbose:gc as an option can tell you whether the garbage collector is working overtime. |
From: Richard C. <ri...@cy...> - 2004-04-05 10:15:26
|
Wolfgang, From: "Pedot, Wolfgang" <wp...@ha...> > Oh, and one more thing: > > The average html-file for a subdir stays below 100k (most are much smaller) but > for the kernels every file is >1.5MB. that's interesting. Is the "recent commit" entry for the import *that* large? That must really be *lots* of links. We changed one more thing after v0.1.3: In the "Recent Commits" section of directory pages, we used to generate only links to the changed files *within that directory*. Now we generate links for *all changed files*, regardless of which directory they are in. In your case, now every directory page contains the *whole* import. It used to contain only the part applicable to *this directory*. I figured it wouldn't matter much to anyone ... wrong. For the moment, you can try to limit the start date of the log so that it doesn't include the initial commit: http://statcvs.sf.net/manual/#section_limiting-dates Basically, generate the CVS log like this: cvs log -d "2003-12-31<" > logfile.log and choose a date *after* the initial import. Then run StatCvs again. If you try this, please let us know if it helped, because if it does, then I will definitely have to restore the original behaviour. Thanks, Richard |
From: Pedot, W. <wp...@ha...> - 2004-04-05 08:54:35
|
Hi Richard, > From: "Pedot, Wolfgang" <wp...@ha...> > > [...] I noticed that the new build is awfully slow. > > For small repositories, the current build is *a bit* slower because of > additional charts, and requires *much* more memory because we use a > different collection class (tree-based instead of array-based). > > The larger memory footprint turns into a heavy performance > hit when the JVM > has to garbace collect all the time or starts swapping. I guess that's > what's happening in your case. > > > So here's what you can do (not very useful, I know ...): > > - buy more RAM > > - fiddle with the -mx setting to set the max amount of RAM > for the JVM: > "java -mx512m -jar statcvs.jar ..." > > - use the -verbose switch of StatCvs to see if it's still running and > how much memory it needs (shown after finishing) > > Richard I just tested what you said, without the -mx512m option the JVM takes ~85megs after 10minutes and the amount is not growing any more after that so I guess thats the default-limit. With the -mx512m option it is now at >110megs after 100min of runtime but still has not completed the first kernel. My system is definetly not swapping the JVM, in fact the amount of used swap has dropped slightly since I started statcvs. The main stats (LOC, authors page...) are generated pretty fast, what takes ages is the generation of all the html and png-files for every subdir, especialy in the kernel-dirs. Maybe thats because the import-message (with tons of links) of the whole Kernel is regenerated in most of the subdirs because we only change small parts of the kernel and so it stays in the recent commits for ever. So I guess I will stick with ignoring the kernels, I cant let statcvs run for so long because that would collide with the backup... thanks for your help Wolfgang Pedot |
From: Philipp O. <web...@po...> - 2004-04-04 20:01:24
|
Hi Richard, thanks for your reply, sorry for the delay. The problem seemed to be related to the path I run my ant from and the path I run CVS log from. I switched to your v0.2-dev and changed my ant script into: <snip> <echo message="Generating CVSLog .... " /> <!-- dest is important, otherwise CVS' log is generated in the build.xml's directory, which is not CVSROOT --> <cvs command="log" dest=".." output="../cvslog"/> <echo message="statCVS running.... " /> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/> <statcvs projectDirectory=".." cvsLogFile="../cvslog" outputDirectory="${statcvs.output}" cssFile="http://statcvs.sf.net/stats/statcvs.css" /> </target> </snip> > If that doesn't work either: What error does StatCvs report? Can you share a > snippet of the CVS log that shows those funny characters? Thanks, Phil |
From: Richard C. <ri...@cy...> - 2004-04-04 14:25:57
|
Hi Philipp, From: "Philipp Ottlinger" <web...@po...> > I'm just trying to integrate your tool into my ant script. > It seems as if it's impossible to generate the cvs' log > from ant. When I execute the following task CVS generates > funny characters into the logfile, which prevent the > statcvs-task from working. > > Is there a workaround available to use statcvs without > manually generating cvslog ? AFAICT your build file should work. I can't tell from your report if it's an Ant, CVS or StatCvs problem. You can try a development snapshot of StatCvs, maybe the problem was already fixed: http://page.mi.fu-berlin.de/~cyganiak/statcvs/v0.2-dev/ If that doesn't work either: What error does StatCvs report? Can you share a snippet of the CVS log that shows those funny characters? Best regards, Richard P.S.: FYI, there's a CVS Ant task: http://ant.apache.org/manual/CoreTasks/cvs.html Here's the Ant snippet I use for generating CVS logs: <property name="cvs.logfile" value="cvs.log"/> <target name="cvs.update"> <cvs command="update -d"/> </target> <target name="cvs.log"> <cvs command="log" output="${cvs.logfile}"/> </target> |
From: Richard C. <ri...@cy...> - 2004-04-04 14:09:50
|
Hi Wolfgang, From: "Pedot, Wolfgang" <wp...@ha...> > [...] I noticed that the new build is awfully slow. For small repositories, the current build is *a bit* slower because of additional charts, and requires *much* more memory because we use a different collection class (tree-based instead of array-based). The larger memory footprint turns into a heavy performance hit when the JVM has to garbace collect all the time or starts swapping. I guess that's what's happening in your case. So here's what you can do (not very useful, I know ...): - buy more RAM - fiddle with the -mx setting to set the max amount of RAM for the JVM: "java -mx512m -jar statcvs.jar ..." - use the -verbose switch of StatCvs to see if it's still running and how much memory it needs (shown after finishing) Richard |
From: Philipp O. <web...@po...> - 2004-04-03 13:08:23
|
Hi, I'm just trying to integrate your tool into my ant script. It seems as if it's impossible to generate the cvs' log from ant. When I execute the following task CVS generates funny characters into the logfile, which prevent the statcvs-task from working. Is there a workaround available to use statcvs without manually generating cvslog ? My versions are: ANT: jakarta-ant-1.5.1-37 CVS: 1.11.5 CVSSTAT: 0.1.3 <ansnip> <!-- cvsstat - 2004-04-03 --> <target name="statcvs" depends="init"> <echo message="TASK: STATCVS running ...."/> <echo message="Generating CVSLog .... " /> <exec dir="${statcvs.logfile.dir}" executable="/usr/bin/cvs" os="Linux" output="../cvslog"> <arg line=" log "/> </exec> <echo message="statCVS running.... " /> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/> <statcvs projectName="StatCvs foo" projectDirectory="../" cvsLogFile="../cvslog" outputDirectory="${statcvs.output}" cssFile="http://statcvs.sf.net/stats/statcvs.css" showCredits="yes"/> </target> </antsnip> |
From: Pedot, W. <wp...@ha...> - 2004-03-31 11:22:18
|
Hi, I am using statcvs on the ever growing repository in my department (SW-Development). Until yesterday I used a slightly modified version I checked out last year (my build date shows 12. December), now I decided to get the newest available development version and checked that out yesterday. The build and a first test with cvsweb-integration went fine but when generating the whole stat I noticed that the new build is awfully slow. My older Version took ~40min to create the statistic (~7.5Million LOC, one overall-stat and 6 sub-stats so everything is done twice), the new Version did not manage to complete the overall statistic in 2h (had to interrupt it). I excluded the two biggest parts now (2 modified Linux-Kernels, gonna be 3 in the future) and the runtime dropped to 15min on ~1.1Million LOC. Is there any explanation for this slowdown? One thing is the cvsweb-integration but even without it its by far slower. greetings Wolfgang Pedot |
From: Scott F. <sc...@at...> - 2004-03-25 23:28:57
|
If you are interested in server generated reports - have a look at this: http://www.thecortex.net/fisheye/ online demo: http://fisheye.thecortex.net/viewrep/ant We know the guys who did this - so if you have any feedback - let me know. Scott On Fri, Mar 26, 2004 at 12:20:52AM +0100, Richard Cyganiak wrote: > From: "Martin d'Anjou" <Mar...@s2...> > > Hi, I am just a user, not a developer, but I would really like if it was > > developed in python, or php, or anything that makes it end user friendly: > > install, point your browser, and forget > > But end users in general don't have PHP/Python/Apache on their desktop > boxes, so the "install" part has to be done by an admin, while the end user > does the "point your browser" part. > > With the StatCvs approach, anyone with CVS access can create statistics, > regardless of the admin's willingness to provide a StatCvs installation. > > But I admit that webserver-generated dynamic reports would be cool. Should > be easier for Subversion because of the explicit changesets. > > Richard > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users |
From: Richard C. <ri...@cy...> - 2004-03-25 23:18:26
|
From: "Tom Copeland" <to...@in...> > I ran into a rather similar problem when writing Ruby scripts that > needed to create charts. I ended up shelling out to GnuPlot, which > works OK: The same approach is used by Cvsplot (formerly known as cvsstat), which is written in Perl, invokes GnuPlot, and served as an inspiration for StatCvs: http://cvsstat.sourceforge.net/ |
From: Richard C. <ri...@cy...> - 2004-03-25 23:18:08
|
From: "Martin d'Anjou" <Mar...@s2...> > Hi, I am just a user, not a developer, but I would really like if it was > developed in python, or php, or anything that makes it end user friendly: > install, point your browser, and forget But end users in general don't have PHP/Python/Apache on their desktop boxes, so the "install" part has to be done by an admin, while the end user does the "point your browser" part. With the StatCvs approach, anyone with CVS access can create statistics, regardless of the admin's willingness to provide a StatCvs installation. But I admit that webserver-generated dynamic reports would be cool. Should be easier for Subversion because of the explicit changesets. Richard |
From: Tom C. <to...@in...> - 2004-03-25 15:52:28
|
On Wed, 2004-03-24 at 23:26, Justin Johnson wrote: > I would really like to write it in Python if I could find a decent > charting library that was open source. :-( I ran into a rather similar problem when writing Ruby scripts that needed to create charts. I ended up shelling out to GnuPlot, which works OK: http://ai-app-prog.rubyforge.org/#ant but it's pretty clunky. Yours, Tom |