GoogleCodeArchives / svnplot

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

Problem with diff in the trunk HEAD #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python svnlog2sqlite.py -g -v -l file:///home/two/stats/tikisvn/trunk
tw.sqlite
2.
3.

What is the expected output? What do you see instead?
Don't have diff between file. See below svnlog2sqlite.log.
-- Error not all arguments converted during string formatting --

What version of the product are you using? On what operating system?
trunk HEAD on Ubuntu Server

Please provide any additional information below.

2010-02-04 09:19:55,111 DEBUG found rooturl file:///home/two/stats/tikisvn
2010-02-04 09:19:55,111 DEBUG Root url found : file:///home/two/stats/tikisvn
2010-02-04 09:19:55,111 DEBUG Trying to get head revision
rooturl:file:///home/two/stats/tikisvn
2010-02-04 09:19:55,112 DEBUG Found head revision 24830
2010-02-04 09:19:55,112 DEBUG Trying to get revision log. revno:1,
url=file:///home/two/stats/tikisvn
2010-02-04 09:19:56,296 DEBUG Start-End Rev no : 13490-24830
2010-02-04 09:19:56,296 INFO updating logs 13490 to 24830
2010-02-04 09:19:56,296 DEBUG Trying to get revision logs [13490:24830]
2010-02-04 09:19:57,575 DEBUG converting revision 13490
2010-02-04 09:19:57,576 DEBUG Changed path count : 1
2010-02-04 09:19:57,576 DEBUG isDirectory: path /trunk change type A revno
13490
2010-02-04 09:19:57,576 DEBUG Trying to get file information for
file:///home/two/stats/tikisvn/trunk
2010-02-04 09:19:58,748 DEBUG Updating line count for revision 13490
2010-02-04 09:19:58,749 DEBUG Using file level revision diff
2010-02-04 09:19:58,749 DEBUG DiffLineCount 13490 : /trunk : A : 0 : 0
2010-02-04 09:19:58,749 DEBUG 13490 : /trunk : A : 0 : 0
2010-02-04 09:19:58,749 DEBUG Number revisions converted : 1 (Rev no : 13490)
2010-02-04 09:19:58,749 DEBUG converting revision 13618
2010-02-04 09:19:58,749 DEBUG Changed path count : 1
2010-02-04 09:19:58,749 DEBUG isDirectory: path
/trunk/templates/tiki-editpage.tpl change type M revno 13618
2010-02-04 09:19:58,749 DEBUG Trying to get file information for
file:///home/two/stats/tikisvn/trunk/templates/tiki-editpage.tpl
2010-02-04 09:19:59,963 DEBUG Updating line count for revision 13618
2010-02-04 09:19:59,964 DEBUG Using file level revision diff
2010-02-04 09:19:59,964 DEBUG Getting filelevel revision diffs
2010-02-04 09:19:59,964 DEBUG revision : 13618,
url=file:///home/two/stats/tikisvn/trunk/templates/tiki-editpage.tpl

2010-02-04 09:19:59,964 ERROR Error not all arguments converted during
string formatting

2010-02-04 09:19:59,964 DEBUG 13618 : /trunk/templates/tiki-editpage.tpl :
M : 0 : 0
2010-02-04 09:19:59,964 DEBUG Number revisions converted : 2 (Rev no : 13618)
2010-02-04 09:19:59,964 DEBUG converting revision 13624
2010-02-04 09:19:59,964 DEBUG Changed path count : 1
2010-02-04 09:19:59,964 DEBUG isDirectory: path /trunk/get_strings.php
change type M revno 13624
2010-02-04 09:19:59,965 DEBUG Trying to get file information for
file:///home/two/stats/tikisvn/trunk/get_strings.php
2010-02-04 09:20:00,084 DEBUG Updating line count for revision 13624
2010-02-04 09:20:00,085 DEBUG Using file level revision diff
2010-02-04 09:20:00,085 DEBUG Getting filelevel revision diffs
2010-02-04 09:20:00,085 DEBUG revision : 13624,
url=file:///home/two/stats/tikisvn/trunk/get_strings.php
2010-02-04 09:20:00,085 ERROR Error not all arguments converted during
string formatting

Original issue reported on code.google.com by chang...@gmail.com on 4 Feb 2010 at 8:24

GoogleCodeExporter commented 9 years ago
There was bug in the log information formating. I have fixed it and released a 
new version. (Release 0.5.14). 

Original comment by nitinbh...@gmail.com on 4 Feb 2010 at 5:10

GoogleCodeExporter commented 9 years ago
You will have to regenerate the repository stats sqlite database. sorry about 
that.

Original comment by nitinbh...@gmail.com on 4 Feb 2010 at 5:12