You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Bruner <cb...@compulife.com> on 2005/07/05 17:27:47 UTC

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

I'm currently unable to do anything in subversion. (And commits are waiting 
on me!)  Does anyone know how I can get around this problem.
Even svnadmin dump gives it.

Let me know what is needed to diagnose it.

Chris




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Complife <cb...@compulife.com>.
Yes!
my Make config had apparently been revised to not include berkdb like it used 
to.  Strangly ufed said that it was set. Adding it manually seems to have 
fixed the problem.

Thanks for all your help everyone.

On Wednesday 06 July 2005 13:06, Ben Collins-Sussman wrote:
> On Jul 6, 2005, at 11:50 AM, Complife wrote:
> > ls /usr/lib/libsvn_fs* -l
> > -rw-r--r--  1 root root  14936 Jul  6 11:47 /usr/lib/libsvn_fs-1.a
> > -rwxr-xr-x  1 root root   1103 Jul  6 11:47 /usr/lib/libsvn_fs-1.la
> > lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so ->
> > libsvn_fs-1.so.0.0.0
> > lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so.
> > 0 ->
> > libsvn_fs-1.so.0.0.0
> > -rwxr-xr-x  1 root root  16176 Jul  6 11:47 /usr/lib/libsvn_fs-1.so.
> > 0.0.0
> > -rw-r--r--  1 root root 111646 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.a
> > -rwxr-xr-x  1 root root   1097 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.la
> > lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/
> > libsvn_fs_fs-1.so ->
> > libsvn_fs_fs-1.so.0.0.0
> > lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/
> > libsvn_fs_fs-1.so.0 ->
> > libsvn_fs_fs-1.so.0.0.0
> > -rwxr-xr-x  1 root root  87764 Jul  6 11:47 /usr/lib/
> > libsvn_fs_fs-1.so.0.0.0
> >
> > Is this what you mean?
>
> Yes.  It means libsvn_fs_base doesn't exist on your system.  That
> means you cannot access BDB repositories.  All you have available is
> libsvn_fs_fs, which means you only access FSFS repositories.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 6, 2005, at 11:50 AM, Complife wrote:

> ls /usr/lib/libsvn_fs* -l
> -rw-r--r--  1 root root  14936 Jul  6 11:47 /usr/lib/libsvn_fs-1.a
> -rwxr-xr-x  1 root root   1103 Jul  6 11:47 /usr/lib/libsvn_fs-1.la
> lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so ->
> libsvn_fs-1.so.0.0.0
> lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so. 
> 0 ->
> libsvn_fs-1.so.0.0.0
> -rwxr-xr-x  1 root root  16176 Jul  6 11:47 /usr/lib/libsvn_fs-1.so. 
> 0.0.0
> -rw-r--r--  1 root root 111646 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.a
> -rwxr-xr-x  1 root root   1097 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.la
> lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/ 
> libsvn_fs_fs-1.so ->
> libsvn_fs_fs-1.so.0.0.0
> lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/ 
> libsvn_fs_fs-1.so.0 ->
> libsvn_fs_fs-1.so.0.0.0
> -rwxr-xr-x  1 root root  87764 Jul  6 11:47 /usr/lib/ 
> libsvn_fs_fs-1.so.0.0.0
>
> Is this what you mean?

Yes.  It means libsvn_fs_base doesn't exist on your system.  That  
means you cannot access BDB repositories.  All you have available is  
libsvn_fs_fs, which means you only access FSFS repositories.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Complife <cb...@compulife.com>.
ls /usr/lib/libsvn_fs* -l
-rw-r--r--  1 root root  14936 Jul  6 11:47 /usr/lib/libsvn_fs-1.a
-rwxr-xr-x  1 root root   1103 Jul  6 11:47 /usr/lib/libsvn_fs-1.la
lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so -> 
libsvn_fs-1.so.0.0.0
lrwxrwxrwx  1 root root     20 Jul  6 11:47 /usr/lib/libsvn_fs-1.so.0 -> 
libsvn_fs-1.so.0.0.0
-rwxr-xr-x  1 root root  16176 Jul  6 11:47 /usr/lib/libsvn_fs-1.so.0.0.0
-rw-r--r--  1 root root 111646 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.a
-rwxr-xr-x  1 root root   1097 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.la
lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.so -> 
libsvn_fs_fs-1.so.0.0.0
lrwxrwxrwx  1 root root     23 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.so.0 -> 
libsvn_fs_fs-1.so.0.0.0
-rwxr-xr-x  1 root root  87764 Jul  6 11:47 /usr/lib/libsvn_fs_fs-1.so.0.0.0

Is this what you mean?

On Wednesday 06 July 2005 12:43, Ben Collins-Sussman wrote:
> On Jul 6, 2005, at 11:26 AM, Complife wrote:
> > OK, I've done that, and found that the libs are in /usr/lib and
> > following Ben
> > Collins advice have deleted them and then rebuilt subversion. (I'm
> > on Gentoo
> > BTW).
> >
> > Now I'm getting a different error.
> > svn update
> > svn: Failed to load module for FS type 'bdb'
>
> Does the library 'libsvn_fs_base' actually exist on your system?
>
> If not, I'm guessing that your ebuild didn't detect BerkeleyDB on
> your system, and thus didn't build BerkeleyDB support into your
> subversion libraries.  Time to investigate the ebuild.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 6, 2005, at 11:26 AM, Complife wrote:

> OK, I've done that, and found that the libs are in /usr/lib and  
> following Ben
> Collins advice have deleted them and then rebuilt subversion. (I'm  
> on Gentoo
> BTW).
>
> Now I'm getting a different error.
> svn update
> svn: Failed to load module for FS type 'bdb'


Does the library 'libsvn_fs_base' actually exist on your system?

If not, I'm guessing that your ebuild didn't detect BerkeleyDB on  
your system, and thus didn't build BerkeleyDB support into your  
subversion libraries.  Time to investigate the ebuild.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Complife <cb...@compulife.com>.
OK, I've done that, and found that the libs are in /usr/lib and following Ben 
Collins advice have deleted them and then rebuilt subversion. (I'm on Gentoo 
BTW).

Now I'm getting a different error. 
svn update
svn: Failed to load module for FS type 'bdb'

Hopefully this is just a configuration problem at this point. (suggestions 
please?)

Thanks for the help everyone (so far).

On Tuesday 05 July 2005 18:13, Max Bowsher wrote:
> Chris Bruner wrote:
> > I'm currently unable to do anything in subversion. (And commits are
> > waiting
> > on me!)  Does anyone know how I can get around this problem.
> > Even svnadmin dump gives it.
> >
> > Let me know what is needed to diagnose it.
>
> $ locate libsvn_fs_base-1.so
>
>
> Max.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Max Bowsher <ma...@ukf.net>.
Chris Bruner wrote:
> I'm currently unable to do anything in subversion. (And commits are 
> waiting
> on me!)  Does anyone know how I can get around this problem.
> Even svnadmin dump gives it.
>
> Let me know what is needed to diagnose it.

$ locate libsvn_fs_base-1.so


Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Dirk Schenkewitz <sc...@docomolab-euro.com>.
(sorry, forgot to CC to the list, again :-()

Ben Collins-Sussman wrote:
> 
> On Jul 5, 2005, at 4:26 PM, cbruner@compulife.com wrote:
> 
>>
>> root@gecko ~ # svn checkout svn://gecko/home/svn/trunk/classes
>> svn: Mismatched FS module version for 'bdb': found 1.2.0, expected  1.1.4
> 
> 
> Perplexing.  So I think your svn 1.2 binary is picking up libsvn_fs  
> 1.1.4 at runtime, which is then dynamically loading libsvn_fs_base  
> 1.2.0?  Truly bizarre.

Something about the order in LD_LIBRARY_PATH or such?

> However this happened, it's definitely a side-effect of having  multiple 
> versions of svn installed.  My recommendation is that you  wipe away 
> *all* subversion binaries and libraries (hunt them down),  and then 
> reinstall svn 1.2.

Exactly. I had the same on a client yesterday. It was solved by
uninstalling the RPMs of the older version. Since the newer version
(which was build from sources) was installed on a different location,
I didn't even need to re-install (but it would certainly be safer).

Best regards
   Dirk


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 5, 2005, at 4:26 PM, cbruner@compulife.com wrote:
>
> root@gecko ~ # svn checkout svn://gecko/home/svn/trunk/classes
> svn: Mismatched FS module version for 'bdb': found 1.2.0, expected  
> 1.1.4

Perplexing.  So I think your svn 1.2 binary is picking up libsvn_fs  
1.1.4 at runtime, which is then dynamically loading libsvn_fs_base  
1.2.0?  Truly bizarre.

However this happened, it's definitely a side-effect of having  
multiple versions of svn installed.  My recommendation is that you  
wipe away *all* subversion binaries and libraries (hunt them down),  
and then reinstall svn 1.2.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by cb...@compulife.com.
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@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@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

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

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 5, 2005, at 2:58 PM, cbruner@compulife.com wrote:

> Alright I've now got my email on Linux as well.  So I'm pasting  
> this.  I don't
> see what it's complaining about. Do you?


Here's what I'd like to see the output of

    $ which svn
    $ svn --version
    $ svn checkout file:///....


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by cb...@compulife.com.
Alright I've now got my email on Linux as well.  So I'm pasting this.  I don't 
see what it's complaining about. Do you?

ldd /usr/bin/svn
        linux-gate.so.1 =>  (0xffffe000)
        libsvn_client-1.so.0 => /usr/lib/libsvn_client-1.so.0 (0xb7fcf000)
        libsvn_wc-1.so.0 => /usr/lib/libsvn_wc-1.so.0 (0xb7fad000)
        libsvn_ra-1.so.0 => /usr/lib/libsvn_ra-1.so.0 (0xb7faa000)
        libsvn_diff-1.so.0 => /usr/lib/libsvn_diff-1.so.0 (0xb7fa4000)
        libsvn_ra_local-1.so.0 => /usr/lib/libsvn_ra_local-1.so.0 (0xb7f9f000)
        libsvn_repos-1.so.0 => /usr/lib/libsvn_repos-1.so.0 (0xb7f87000)
        libsvn_fs-1.so.0 => /usr/lib/libsvn_fs-1.so.0 (0xb7f82000)
        libsvn_fs_fs-1.so.0 => /usr/lib/libsvn_fs_fs-1.so.0 (0xb7f6b000)
        libsvn_ra_svn-1.so.0 => /usr/lib/libsvn_ra_svn-1.so.0 (0xb7f5e000)
        libsvn_ra_dav-1.so.0 => /usr/lib/libsvn_ra_dav-1.so.0 (0xb7f4a000)
        libsvn_delta-1.so.0 => /usr/lib/libsvn_delta-1.so.0 (0xb7f43000)
        libsvn_subr-1.so.0 => /usr/lib/libsvn_subr-1.so.0 (0xb7f22000)
        libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0xb7f0e000)
        libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0xb7f08000)
        libdb-4.2.so => /usr/lib/libdb-4.2.so (0xb7e4c000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7e2e000)
        libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0xb7e11000)
        librt.so.1 => /lib/librt.so.1 (0xb7dd1000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7da4000)
        libnsl.so.1 => /lib/libnsl.so.1 (0xb7d90000)
        libneon.so.24 => /usr/lib/libneon.so.24 (0xb7d7c000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7c8f000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7c8b000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7c7e000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7c2d000)
        libm.so.6 => /lib/libm.so.6 (0xb7c09000)
        libc.so.6 => /lib/libc.so.6 (0xb7b0a000)
        /lib/ld-linux.so.2 (0xb7fed000)




On Tuesday 05 July 2005 15:55, cbruner@compulife.com wrote:
> My email is set up on Windows, my svn is linux, so you're right I'm not
> pasting... :)
> svn --version shows version 1.2,
> with ra_dav, ra_svn, and ra_local. (no versions shown).
>
> I'll look for any libraries, but I'm not sure how. If you have any more
> tips on how, I'd appriciate it.
>
> Thanks,
>
> Chris
> ----- Original Message -----
> From: "Ben Collins-Sussman" <su...@collab.net>
> To: <cb...@compulife.com>
> Sent: Tuesday, July 05, 2005 3:43 PM
> Subject: Re: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
>
> > On Jul 5, 2005, at 2:27 PM, <cb...@compulife.com>
> >
> > <cb...@compulife.com> wrote:
> >> Any command does it.
> >> svn update
> >> gives
> >> svn: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
> >>
> >> svnadmin help
> >> gives
> >> svnadmin: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
> >
> > (Please mail the whole list, not just me.)
> >
> > Well, you must not be pasting, because the actual error probably says
> > 'bdb', not 'dbd'.  :-)
> >
> > Subversion is a collection of libraries (libsvn_*) and a few programs
> > that use the libraries.  It looks you tried to install subversion  1.2,
> > but it's getting mixed up with a previous installation.  That  is, you
> > still have svn 1.1.4 installed somewhere, and are running svn  1.1.4
> > programs, which are then trying to link to the 1.2 libraries.
> >
> > Try clearing away all svn 1.1.4 programs and libraries.  'svn --
> > version' will show you what you're running.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org


On Tuesday 05 July 2005 15:55, cbruner@compulife.com wrote:
> My email is set up on Windows, my svn is linux, so you're right I'm not
> pasting... :)
> svn --version shows version 1.2,
> with ra_dav, ra_svn, and ra_local. (no versions shown).
>
> I'll look for any libraries, but I'm not sure how. If you have any more
> tips on how, I'd appriciate it.
>
> Thanks,
>
> Chris
> ----- Original Message -----
> From: "Ben Collins-Sussman" <su...@collab.net>
> To: <cb...@compulife.com>
> Sent: Tuesday, July 05, 2005 3:43 PM
> Subject: Re: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
>
> > On Jul 5, 2005, at 2:27 PM, <cb...@compulife.com>
> >
> > <cb...@compulife.com> wrote:
> >> Any command does it.
> >> svn update
> >> gives
> >> svn: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
> >>
> >> svnadmin help
> >> gives
> >> svnadmin: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
> >
> > (Please mail the whole list, not just me.)
> >
> > Well, you must not be pasting, because the actual error probably says
> > 'bdb', not 'dbd'.  :-)
> >
> > Subversion is a collection of libraries (libsvn_*) and a few programs
> > that use the libraries.  It looks you tried to install subversion  1.2,
> > but it's getting mixed up with a previous installation.  That  is, you
> > still have svn 1.1.4 installed somewhere, and are running svn  1.1.4
> > programs, which are then trying to link to the 1.2 libraries.
> >
> > Try clearing away all svn 1.1.4 programs and libraries.  'svn --
> > version' will show you what you're running.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by cb...@compulife.com.
My email is set up on Windows, my svn is linux, so you're right I'm not 
pasting... :)
svn --version shows version 1.2,
with ra_dav, ra_svn, and ra_local. (no versions shown).

I'll look for any libraries, but I'm not sure how. If you have any more tips 
on how, I'd appriciate it.

Thanks,

Chris
----- Original Message ----- 
From: "Ben Collins-Sussman" <su...@collab.net>
To: <cb...@compulife.com>
Sent: Tuesday, July 05, 2005 3:43 PM
Subject: Re: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4


> On Jul 5, 2005, at 2:27 PM, <cb...@compulife.com> 
> <cb...@compulife.com> wrote:
>
>> Any command does it.
>> svn update
>> gives
>> svn: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
>>
>> svnadmin help
>> gives
>> svnadmin: Mismatched FS Modules for 'dbd': found 1.2.0, expected 1.1.4
>>
>>
>
> (Please mail the whole list, not just me.)
>
> Well, you must not be pasting, because the actual error probably says 
> 'bdb', not 'dbd'.  :-)
>
> Subversion is a collection of libraries (libsvn_*) and a few programs 
> that use the libraries.  It looks you tried to install subversion  1.2, 
> but it's getting mixed up with a previous installation.  That  is, you 
> still have svn 1.1.4 installed somewhere, and are running svn  1.1.4 
> programs, which are then trying to link to the 1.2 libraries.
>
> Try clearing away all svn 1.1.4 programs and libraries.  'svn -- 
> version' will show you what you're running.
>
>
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
On Jul 5, 2005, at 12:27 PM, Chris Bruner wrote:

>
> I'm currently unable to do anything in subversion. (And commits are  
> waiting on me!)  Does anyone know how I can get around this problem.
> Even svnadmin dump gives it.
>
> Let me know what is needed to diagnose it.
>

Can you show us the exact command you're typing, and the exact output  
you get?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org