google-code-export / svnplot

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

Error while building sqlite-DB: "Error diff() expecting revision object for keyword revision1" #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I tried to build an sqlite-DB for our internal repository. 

What is the expected output? What do you see instead?
Several hundret of the following messages flooded the log before svnplot 
crashed (probably because of another problem):
ERROR Error diff() expecting revision object for keyword revision1
ERROR Error diff() expecting revision object for keyword revision1
(...)

What version of the product are you using? On what operating system?
r451 snapshot (2010-11-30)

Please provide any additional information below.

DEBUG Using file level revision diff
DEBUG Binary file check for file </XXX/YYY.java> revision:3287
DEBUG Getting filelevel revision diffs
DEBUG revision : 3287, url=file:///AAA/svnrepos_svn16/XXX/YYY.java
DEBUG prev url=file:///AAA/svnrepos_svn16/XXX/YYY.java
ERROR Error diff() expecting revision object for keyword revision1
DEBUG Binary file check for file </XXX/YYY.java> revision:3287
DEBUG 3287 : /XXX/YYY.java : M : 0 : 0

"svn diff" only lists text changes for this file in changeset 3287. The only 
SVN properties it has set is svn:keywords.

Original issue reported on code.google.com by G.Ohr...@web.de on 30 Nov 2010 at 12:21

GoogleCodeExporter commented 9 years ago
i have done some changes in the way tags/branches are handled. Any public 
repository where I can reproduce these errors ?

Original comment by nitinbh...@gmail.com on 30 Nov 2010 at 12:46

GoogleCodeExporter commented 9 years ago
Unfortunately, no. :-(
Is there any further information I can provide?

Original comment by G.Ohr...@web.de on 30 Nov 2010 at 12:51

GoogleCodeExporter commented 9 years ago
Do you see an exception call stack in the logs ? It will be just below a 'Found 
Error' message in the log. Can you send me the call stack portion ?

Original comment by nitinbh...@gmail.com on 30 Nov 2010 at 12:57

GoogleCodeExporter commented 9 years ago
There's no call trace related to this problem, and also no related "Found 
Error" message.
The only "Found Error" lines I could find in the log are the ones belonging to 
bug 48 and bug 44.
The log excerpt posted in the report seems to contain all related messages as 
far as I can tell. All occurrences of this error in the log look pretty much 
the same, aside from different URLs and revisions causing it.

Original comment by G.Ohr...@web.de on 30 Nov 2010 at 1:03

GoogleCodeExporter commented 9 years ago
Please take an update from the trunk. Expected character buffer message 
sometimes appears because of non-ascii characters in the filenames. I have made 
some changes to fix this. Bug 48 is triggering this.

Original comment by nitinbh...@gmail.com on 30 Nov 2010 at 1:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r436.

Original comment by nitinbh...@gmail.com on 30 Nov 2010 at 1:31

GoogleCodeExporter commented 9 years ago
I think latest update will fix both Bug 48 and bug 49. Please take the update 
from trunk and try.

Original comment by nitinbh...@gmail.com on 30 Nov 2010 at 1:32