You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by smakawhat <sm...@yahoo.com> on 2007/03/16 20:35:17 UTC

SVN as a service

I had a question about accessing a repository through the svnserve web service.
   
  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?
   
  Thanks all.

 
---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.

Re: SVN as a service

Posted by Andy Levy <an...@gmail.com>.
On 3/16/07, smakawhat <sm...@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