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

Re: Cannot get SVN 1.5 HTTPS server working...

From: Holger Stratmann <tigris_at_finch.de>
Date: Tue, 10 Jun 2008 22:50:05 +0200

>> Please show us the section from your Apache-configuration where you set up
>> Subversion.
>> It should probably be a LOCATION-directive.
>>
>> You DID configure Subversion, right?
> Emphasize what you mean please. What configuration do I need to show
> you? What was I supposed to configure for Subversion?
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html

Given that you know the book, I assume you've read this section?

What I mean is something like

<Location /repos>
  DAV svn
  SVNPath /var/svn/repository
</Location>

or

<Location /svn>
  DAV svn

  # any "/svn/foo" URL will map to a repository /var/svn/foo
  SVNParentPath /var/svn
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-10 22:51:35 CEST

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.