[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion cross compile (arm)

From: Takács András <wakoond_at_gmail.com>
Date: Wed, 1 Dec 2010 08:16:56 +0100

Hi!

> I'd use file:/// for testing.

Same result :(

> I suppose the next hint (unless someone has tips specific to arm) would
> be to see the corrupt lines in the revision file --- can you share them?
> You can patch or breakpoint in subversion/libsvn_fs_fs/fs_fs.c (that is
> where the error is generated) to find what lines it complains about.
> You can pass --enable-maintainer-mode to configure to get some debug
> aids: asserts, debug symbols, stack traces in the error message.

The problem is at this line in fs_fs.c:
if ((str == NULL) || (strlen(str) != (APR_MD5_DIGESTSIZE * 2)))
Here the length of str is 6, and APR_MD5_DIGESTSIZE*2 should be 32.

Sorry, but I don't know which is the revision file, I'm not too
familiar with svn internals. (I'm just using it)
Did you mean the entries file from the .svn directory? I pasted it below.

Thanks!

Regards,
András

----------------------------------------------------------------------------------------------------------------------------------------------------

# cat .svn/entries
10

dir
0
file:///var/svn/testrepo
file:///var/svn/testrepo

1970-01-01T00:00:14.631784Z
0

1c376b8e-1dd2-11b2-8415-0399146d2571

xxx
dir

add

/home/testrepo #
Received on 2010-12-01 08:17:54 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.