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

RE: only svn and file works

From: Christopher Ness <chris_at_nesser.org>
Date: 2004-11-02 00:52:04 CET

Sorry, this should have gone to the list as well.
CN

On Mon, 2004-11-01 at 16:18, Faine, Mark wrote:
> file:// and svn:// works fine, only http/https do not work. Svn+ssh only
> works from localhost, not through TortoiseSVN. I really do not care if svn
> or svn+ssh work either, I only really need http/https to work.

Since http[s] is not working I would suspect Apache as being the
problem.

Are you using BDB or FSFS for storage? If you are using BDB what
version of it is Apache compiled against. It should be exactly the same
as the one compiled against subversion.

Otherwise you'll get an error. See this URL.
http://www.nesser.org/index.php?itemid=313

About half way down where the "Could not open the requested SVN
filesystem" error is given.

`svnadmin create /path/to/repo` uses whatever BDB was linked against
subversion, if it is not the same as the one apache knows you get a
fubar'd file system that apache cannot read. If you are using FSFS I'm
talking out of my a$$.

Cheers,
Chris

-- 
Software Engineering IV,
McMaster University
PGP Public Key: http://www.nesser.org/pgp-key/
18:28:36 up 9 min, 2 users, load average: 0.05, 0.19, 0.16 
http://www.fsf.org/philosophy/no-word-attachments.html

Received on Tue Nov 2 00:52:41 2004

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.