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

Re: Newbie: Unable to Create Layout and Import Initial Data(Subversion & TortoiseSVN)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-01 20:50:43 CEST

On Thu, 2004-04-01 at 12:29, Vera Odessa Newman wrote:

> Should the path of SVN/repos directory be outside the Apache htdocs, in
> order to be accessed..or am i missing something here in coinfiguration of
> the SVNParentPath??

Yes. Separate the two universes completely. No overlaps in the
httpd.conf file, or on disk.

Universe #1:

DocumentRoot "E:/ApacheGroup/Apache2/htdocs"

<Directory "E:/ApacheGroup/Apache2/htdocs">
  ...whatever options you want regarding "real" files
</Directory>

Universe #2:

<Location /svn>
DAV svn
SVNParentPath E:\SVN-Repositories\
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 20:52:05 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.