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

Re: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4

From: <cbruner_at_compulife.com>
Date: 2005-07-05 23:26:37 CEST

root@gecko ~ # which svn
/usr/bin/svn
root@gecko ~ # svn --version
svn, version 1.2.0 (r14790)
   compiled Jul 4 2005, 14:36:06

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

root_at_gecko ~ # svn checkout file:///....
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///....'

assuming you meant to check out the project

root_at_gecko ~ # svn checkout svn://gecko/home/svn/trunk/classes
svn: Mismatched FS module version for 'bdb': found 1.2.0, expected 1.1.4

On Tuesday 05 July 2005 17:01, Ben Collins-Sussman wrote:
> svn checkout file:///....

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 6 00:30:39 2005

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.