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

Re: (без темы)

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Thu, 12 Nov 2009 10:44:30 -0600

On Nov 12, 2009, at 08:05, Nadir Aliyev wrote:

> but its not good idea.

It is not only a good idea, it is the only way to accomplish what you
want.

> every time after commit i must copy to pointed dir

Yes, in a way, but it is much simpler: the directory in question
should itself be a Subversion working copy, so that you can simply
"svn update" it after every commit -- and this can be automated by
writing a post-commit hook.

> <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>

I was unable to determine from your existing descriptions if this is
already the case, but please ensure that the directory where your
repository is (/var/www/svn/repos) is *not* inside the directory
specified as your DocumentRoot.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-12 17:45:23 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.