On Apr 14, 2009, at 10:22 PM, Edmund Wong wrote:
> An addendum:
>
> 1.6.1 installed fine. Checked out the trunk. Installed
> binaries.
>
> At the end of 'make install', I got the following errors:
>
> subversion/libsvn_wc/lock.c:561: (apr_err=155021)
> svn: Workign copy format is too old; run 'svn cleanup'
> subversion/libsvn_wc/lock.c:561: (apr_err=155021)
> svn: Workign copy format is too old; run 'svn cleanup'
> $(svn)#
Actually, I think the error is "Working copy..." not "Workign
copy..." :) (I went and double checked to make sure we didn't have a
typo in the error message.) That being said, that error message is
new on trunk, so it looks like you installed 1.6.1, but you're running
trunk binaries somehow.
> So I do a 'svn cleanup' and then 'svn update', I got:
>
> subversion/libsvn_ra/ra_loader.c:470: (apr_err=170000)
> svn: Unrecognized URL scheme for 'http://svn.collab.net/repos/svn/
> trunk
> $(svn)#
This means that at configure-time, Subversion couldn't find serf or
neon, so it didn't build the ra modules for http.
> ($(svn)#) is my prompt.
>
> Now, 'svn update' produces the same error as does 'svn co ...'
>
> Please note that the dev_trunk sources was configured with
> '--enable-maintainer-mode' and '--disable-shared'.
>
> I noticed the following items during ./configure :
>
> 1) It detects swig version 1.3.38 and proceeds to warn me
> that "Subversion requires 1.3.24 or later, and is known
> to work with versions up to 1.3.36".
>
> 2) skipped mod_dav_svn since I don't have Apache installed
> on this box.
>
> 3) JNI headers are not found. (correct since I don't have
> jdk installed)
>
> Would my missing configure items have anything to do with
> the error?
Nope.
-Hyrum
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1720587
Received on 2009-04-15 05:32:09 CEST