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

Re: Connecting Tortoise to Subversion/Apache on Linux.

From: Toby Thain <toby_at_smartgames.ca>
Date: 2007-07-26 22:21:38 CEST

On 26-Jul-07, at 4:25 PM, Robert Cole wrote:

> I am having a problem getting Tortoise (which I have just
> downloaded the
> latest version) to work with Subversion through Apache.
> ...
> For information, here is the details from the httpd.conf stuff I
> have for
> subversion:
> <IfModule mod_dav_svn.c>
>
> #
> # project related HTML files
> #
> <IfModule mod_alias.c>
> Alias /repos /srv/svn

I don't think you want this.

> </IfModule>
> <Directory /srv/svn>
> Options +Indexes +Multiviews -FollowSymLinks
> IndexOptions FancyIndexing \
> ScanHTMLTitles \
> NameWidth=* \
> DescriptionWidth=* \
> SuppressLastModified \
> SuppressSize
>
> order allow,deny
> allow from all
> </Directory>

Or this. There should be no direct access to the directory via Apache.

--Toby

>
>
>
> <Location /repos>
> DAV svn
> SVNListParentPath on
> SVNParentPath /srv/svn
>
> # Limit write permission to list of valid users.
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # # Require SSL connection for password protection.
> # # SSLRequireSSL
> #
> # AuthType Basic
> # AuthName "Version Control System"
> # AuthUserFile /etc/svn/svnpasswd
> # Require valid-user
> # </LimitExcept>
> </Location>
>
> CustomLog /var/log/apache2/svn_logfile "%t %u %{SVN-ACTION}e"
> env=SVN-ACTION
>
> </IfModule>
>
> Robert Cole

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 26 22:20:35 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.