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

Re: svn trunk question

From: Edmund Wong <ed_at_kdtc.net>
Date: Wed, 15 Apr 2009 11:22:29 +0800

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)#

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)#

($(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?

Thanks

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1720537
Received on 2009-04-15 05:23:34 CEST

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

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