On Tue, 2002-04-09 at 12:54, Garrett Rooney wrote:
> check to see if there's an earlier version of apr-config sitting in
> your path somewhere, from a previously installed apr. that could
> cause such an error.
Aha, I wonder how long that file has been there (in /usr/local/bin).
Removing it allowed Subversion to compile and install. The tests
performed by 'make check' are all successful.
Now 'svn --version' displays:
>>>>>>>>>>>
Subversion Client, version 0.10.2 (dev build)
compiled Apr 9 2002, 13:12:31
Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' schema
* ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
>>>>>>>>>>>
I created the respository again and tried the same import again. Still
fails with the same error message:
>>>>>>>>>>>
subversion/libsvn_ra_local/ra_plugin.c:145
svn_error: #21093 : <Couldn't find a repository.>
Unable to open an ra_local session to URL
subversion/libsvn_ra_local/split_url.c:92
svn_error: #21093 : <Couldn't find a repository.>
svn_ra_local__split_URL: Unable to find valid repository
>>>>>>>>>>>
The repository looks like:
>>>>>>>>>>>
/usr/local/svnroot/:
total 24
drwxr-xr-x 2 root root 4096 Apr 9 13:15 conf
drwxr-xr-x 2 root root 4096 Apr 9 13:15 dav
drwxr-xr-x 2 root root 4096 Apr 9 13:15 db
drwxr-xr-x 2 root root 4096 Apr 9 13:15 hooks
drwxr-xr-x 2 root root 4096 Apr 9 13:15 locks
-rw-r--r-- 1 root root 285 Apr 9 13:15 README
/usr/local/svnroot/conf:
total 0
/usr/local/svnroot/dav:
total 0
/usr/local/svnroot/db:
total 432
-rw-r--r-- 1 root root 8192 Apr 9 13:15 __db.001
-rw-r--r-- 1 root root 270336 Apr 9 13:15 __db.002
-rw-r--r-- 1 root root 327680 Apr 9 13:15 __db.003
-rw-r--r-- 1 root root 360448 Apr 9 13:15 __db.004
-rw-r--r-- 1 root root 16384 Apr 9 13:15 __db.005
-rw-r--r-- 1 root root 44368 Apr 9 13:15 log.0000000001
-rw-r--r-- 1 root root 8192 Apr 9 13:15 nodes
-rw-r--r-- 1 root root 8192 Apr 9 13:15 representations
-rw-r--r-- 1 root root 8192 Apr 9 13:15 revisions
-rw-r--r-- 1 root root 8192 Apr 9 13:15 strings
-rw-r--r-- 1 root root 8192 Apr 9 13:15 transactions
/usr/local/svnroot/hooks:
total 20
-rw-r--r-- 1 root root 1098 Apr 9 13:15 post-commit.tmpl
-rw-r--r-- 1 root root 1163 Apr 9 13:15 pre-commit.tmpl
-rw-r--r-- 1 root root 99 Apr 9 13:15
read-sentinels.tmpl
-rw-r--r-- 1 root root 1117 Apr 9 13:15
start-commit.tmpl
-rw-r--r-- 1 root root 101 Apr 9 13:15
write-sentinels.tmpl
/usr/local/svnroot/locks:
total 4
-rw-r--r-- 1 root root 460 Apr 9 13:15 db.lock
>>>>>>>>>>>
If you ask me to invoke 'ld', could you please give an example? I know
very little about Unix programming.
Thanks for all the help so far.
nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 9 22:36:38 2002