GoogleCodeArchives / svnplot

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

svnplot doesn't work? #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install svnplot
2. run "python /usr/local/lib/python2.6/dist-packages/svnplot/svnlog2sqlite.py 
-l http://svnplot.googlecode.com/svn/ stat.db"
3.

What is the expected output? What do you see instead?

I left svnlog2sqlite.py for 2 hours. After 2 hours it doesn't seem to work at 
all.

What version of the product are you using? On what operating system?

Debian Squeeze, svnplot 0.6.1

Please provide any additional information below.

I've built and installed svnplot as follows:

http://pastebin.org/395350

Original issue reported on code.google.com by ksquirrel.iv@gmail.com on 14 Jul 2010 at 1:43

GoogleCodeExporter commented 9 years ago
svnlog2sqlite converts the svn log data to sqlite database. So the output of 
svnlog2sqlite is just sqlite3 datbase file. If you are running it on a large 
repository, it may take a lonnnng time. 
You can just break the svnlog2sqlite and check size of stat.db. You can run 
svnlog2sqlite multiple times and it will append to the database (it will not 
start from scratch again).

You have to run svnplot.py or svnplot-js.py to generate the reports from sqlite 
datbase.

Original comment by nitinbh...@gmail.com on 15 Jul 2010 at 11:29

GoogleCodeExporter commented 9 years ago
Sorry for the dumb comment/reply. 'svnplot repository' is not big. So should 
not take so much time.

Add '-v' (verbose output) parameter to svnlog2sqlite.py. Check what is the 
output. In case, it is unable to connect to repository it will display an error.

Original comment by nitinbh...@gmail.com on 25 Aug 2010 at 6:49

GoogleCodeExporter commented 9 years ago
It is slow. For one hour it looked as it was hanged. Then I broke it and run 
again with -v. This is what I see right now:

Start-End Rev no : 1-12146
Converting revisions 481 to 12146
Number revisions converted : 1 (Rev no : 481)
Number revisions converted : 2 (Rev no : 482)

and hangs...

Original comment by avsmem...@future-processing.com on 8 Jun 2011 at 7:27