PiRSquared17 / svnplot

Automatically exported from code.google.com/p/svnplot
0 stars 0 forks source link

Enhancement: show last commit messages #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful to show last n log messages in generated stats. Also RSS 
feed for them will be great to track commits.

Original issue reported on code.google.com by alex%sta...@gtempaccount.com on 10 Oct 2010 at 5:54

GoogleCodeExporter commented 9 years ago
last n log message will be easy to do. I can add a command line parameter for 
this. 

However, I am not sure about RSS feed. It has to be a separate output file. 
There are already good RSS feed generators available for SVN. Adding it to 
SVNPlot may not be very useful.

Original comment by nitinbh...@gmail.com on 11 Oct 2010 at 3:54

GoogleCodeExporter commented 9 years ago
There is no straightforward way for RSS feed of repo logs. Currently one have 
to use xslt transformation over xml output or have installed web svn viewer. 
You already have logs in sqlite db, so it is easy to be done - optionally, of 
course and will be one point solution.

Original comment by alex%sta...@gtempaccount.com on 11 Oct 2010 at 12:01

GoogleCodeExporter commented 9 years ago
Are you looking for html display of Log messages or RSS feed (which will be XML 
may require xslt to convert it to HTML) ? 

I am looking into using PyRSS2Gen to generate the RSS 2.0 file from the log 
messages. Will that be enough ?

Original comment by nitinbh...@gmail.com on 21 Oct 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Preferably both :)
Right now I am using modified xslt, similar with this one: 
http://weblogs.asp.net/britchie/archive/2006/09/02/RSS-Subversion-Change-Log-.as
px

Original comment by alex%sta...@gtempaccount.com on 21 Oct 2010 at 7:49

GoogleCodeExporter commented 9 years ago

Original comment by nitinbh...@gmail.com on 30 Dec 2010 at 5:15

GoogleCodeExporter commented 9 years ago
was busy in fixing other critical bugs. planned for next release

Original comment by nitinbh...@gmail.com on 28 May 2011 at 1:49