On Tue, Apr 09, 2002 at 01:35:46PM -0700, Nathan Fiedler wrote:
> 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
> >>>>>>>>>>>
what's the exact command line you're using. it's most likely a spot
where svn is expecting a url and you're giving it a path, or vice
versa.
-garrett
--
garrett rooney Remember, any design flaw you're
rooneg@electricjellyfish.net sufficiently snide about becomes
http://electricjellyfish.net/ a feature. -- Dan Sugalski
---------------------------------------------------------------------
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:39:48 2002