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

Re: (без темы)

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 12 Nov 2009 06:53:46 -0500

On Thu, Nov 12, 2009 at 01:24, Nadir Aliyev <nadir_at_ultel.net> wrote:
> Hello,
>
> Hhow i stage (or run) my last checked-out php project on apache?
>
> What directories and with what options i must point to apache?
>
> My conf:
>
>    <Location /svn/repos>
>       DAV svn
>       SVNPath /var/www/svn/repos
>     </Location>
> <Directory "/var/www/svn/">
>         Options Indexes MultiViews FollowSymLinks
>         DirectoryIndex none
>         AuthType Basic
>         AuthName "SVN"
>         AuthUserFile /etc/apache2/passwords
>         Require valid-user
>     </Directory>

You check out to a directory which Apache already knows about. This
has nothing to do with Subversion, it's an Apache operational
question.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2416995

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-12 12:55:45 CET

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.