We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionEvents,  Publications,  Opportunities › Svn repository visualization
Page Index Toggle Pages: 1
Svn repository visualization (Read 1138 times)
Svn repository visualization
Dec 21st, 2008, 4:50pm
 
Hello there,
I'm writing a small framework to analyze SVN repositories.
It's a very simple architecture based on plugins, at the moment they generate different comma-separated value files, which can be easily visualized using GnuPlot/Excel/R/Matlab/...

For example the 'activity_overview' plugin produces a list of entries in the following form:
<RevisionNumber, Author, Date, ListOfChangedFiles, NumberOfDiffLines>

It would be really cool to implement a simple visualization with Processing, however i don't think i will have the time to do so, since i never used it.
I have a couple of ideas but i'm of course open to new ones.

If you're interested in creating such a plugin, please let me know!

All i have to offer is some fame (the project will be on SourceForge soon) and maybe the possibility to be cited in the context of a scientific publication.

P.S. I'm probably going to include code_swarm plugin too http://vis.cs.ucdavis.edu/~ogawa/codeswarm/
Page Index Toggle Pages: 1