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

Re: apache and TSVN not playing nicely together

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-12-24 21:53:48 CET

On Dec 24, 2007 3:09 PM, joshua vogelstein <joshuav@jhu.edu> wrote:
> i am having trouble getting apache and tsvn working together. i've spent
> the last day searching google to find all the fixes that people have tried,
> but none have worked so far. here is my deal:
>
> 1) installed TSVN using ' TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.msi' it is
> currently working as demonstrated by the fact that i've created repositories
> and checked out folders, etc., all locally. the repository location is:
> 'file:///C:/E/SVNRepository/'
>
> thus, if i use repo-browser and type in 'file:///C:/E/SVNRepository/' (minus
> the quotes), i can see my repository, and browse it no problem.
>
> 2) installed apache 2.0.x using apache_2.0.61-win32-x86-openssl-0.9.7m.msi
> this was also successful as indicated by browsing to 'http://localhost' and
> seeing the page that says it worked.
>
> 3) uncommented out the WebDAV lines in httpd.conf :
>
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_fs_module modules/mod_dav_fs.so
>
> and added the svn module lines:
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> 4) copied the svn modules named 'mod_authz_svn.so' and 'mod_dav_svn.so' from
> 'C:\Program Files\Subversion\bin' to 'C:\Program Files\Apache
> Group\Apache2\modules'
>
> 5) i then appended the following lines onto the httpd.conf file:
>
> <Location /svn>
> DAV svn
> SVNParentPath C:\E\SVNRepository

Stop right there.

SVNParentPath is used if you have multiple repostiories which are
contained in the specified directory.

Since your repository *IS* in C:\E\SVNRepository, you want:

SVNPath C:/E/SVNRepository (Apache prefers correct slashes).

This has absolutely nothing to do with TSVN and everything to do with
misconfiguring Apache to serve Subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Dec 24 21:53:53 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.