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

Re: [PATCH] Correct error in printing FS module list

From: Marcus Rueckert <darix_at_web.de>
Date: 2005-03-31 06:47:15 CEST

On 2005-03-31 13:27:16 +0900, Kobayashi Noritada wrote:
> In testing revision HEAD, I got a following FS module list by running
> 'svn{,admin,look,serve} --version':
>
> The following repository back-end (FS) modules are available:
>
> * fs_base : ^Cq^B
> * fs_fs : Module for working with a plain file (FSFS) repository.

[[[
$ svn --version
svn, version 1.2.0 (dev build)
   compiled Mar 31 2005, 04:08:15

[..]

The following repository back-end (FS) modules are available:

* fs_fs : Module for working with a plain file (FSFS) repository.
]]]

i checked all other subcommands too and all only report fs_fs.

my configure line was

[[[
$ cat config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--enable-maintainer-mode" \
"--with-apxs=/opt/apache2.1/bin/apxs" \
"--with-apr=/opt/apache2.1" \
"--with-apr-util=/opt/apache2.1/" \
"--disable-javahl" \
"--with-neon=/usr" \
"--without-berkeley-db" \
"--disable-dso" \
"--prefix=/opt/apache2.1" \
"$@"
]]]

maybe some build error on your side? i had similar funny issues when
en-/disabling bdb in between. i needed a "make clean" to get rid of it.
i have to second i have a fully working bdb to build against.

darix

-- 
irssi - the client of the smart and beautiful people
              http://www.irssi.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 06:48:26 2005

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.