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

Re: SVN as a service

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-03-16 21:40:40 CET

On 3/16/07, smakawhat <smakawhat@yahoo.com> wrote:
> I had a question about accessing a repository through the svnserve web
> service.

svnserve is not a web service. A "web service" uses HTTP, and svnserve does not.

> I have it setup properly I just have this obvious but dumb question. This
> is under IIS 6, to access the repository through this service
> (http://servername/replocation/) would you have to place the repository
> under the webroots folder, or does it not really matter?

You can't serve Subversion via IIS. If serving via Apache, no the
repository doesn't need to be in the docroot (analgous to IIS's
wwwroot), in fact you probably shouldn't do it. You configure
Apache/mod_svn to indicate where the repository is located on the
local filesystem.

But again, you can't serve Subversion via IIS.

I urge you to read the Server Configuration section of The Book [1] to
get a good understanding of the various ways that Subversion
repositories can be served.

1: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 16 21:41:02 2007

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.