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

Re: Problem committing new files through apache2 on OS X

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-13 15:25:07 CET

On Mar 13, 2005, at 2:58 AM, Aaron Hilton wrote:
>
> I looked at the source code, and found the BDB appears unsupported for
> the file:/// protocol. Is this correct, or is there something
> stranger happening?

Accessing file:/// urls causes the client to use libsvn_fs directly.
libsvn_fs has two potential back-ends: libsvn_fs_base (BDB) or
libsvn_fs_fs (FSFS). What's happening here is that you have an svn
client that was built without the BDB library. It has no
libsvn_fs_base, so it rightfully complains that it can't open a BDB
repository.

So: "don't do that". Get a client with complete libraries.

>
> Besides, isn't FSFS a better alternative for newer users of SVN?
>

It is? I've read no such announcement. :-)
>

> The timeout lines appear to be commented out by default. What's the
> neon built-in timeout default anyway?

The default timeout is 3600 seconds.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 13 15:27:37 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.