GoogleCodeArchives / svnplot

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

No line number information #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I installed python26 and latest SVNPlot (0.7.2)
2. Ran against our SVN repository
3. Created graphs

No lines of code information appear in the graphs but the graphs to show commit 
activity.

This was done on Windows.

I used a sqlite admin tool and verified that SVNLogDetail  has lots of entries 
but linesadded and linesdeleted are always 0 and lc_updated are always N.

The source code is mostly c# (*.cs), JavaScript (*.js) and SQL (*.sql).

How can I troubleshoot?

Original issue reported on code.google.com by pietven...@gmail.com on 10 Dec 2010 at 3:46

GoogleCodeExporter commented 9 years ago
Found the issue. It doesn't compute line information unless you use the -l 
switch.

Should that not be the default? From the documentation I understood that it 
won't *update* the line count which I miss interpreted is something that you 
might want to recalculate in future.

Original comment by pietven...@gmail.com on 10 Dec 2010 at 4:00

GoogleCodeExporter commented 9 years ago
I will the 'help' information. Original -l was a default. However, line count 
data extraction is a 'really time consuming' process. So later I changed the 
default.

Original comment by nitinbh...@gmail.com on 11 Dec 2010 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by nitinbh...@gmail.com on 14 Dec 2010 at 8:04