On Thu, Nov 12, 2009 at 09:05, Nadir Aliyev <nadir_at_ultel.net> wrote:
> but its not good idea. every time after commit i must copy to pointed dir
> :(((
Please see the FAQ link I gave in my original reply. You need a
post-commit hook which automatically updates a working copy when you
commit.
> its possible set options for executing php files from repos?
No, it is not.
> <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>
>
>
> On Thu, 12 Nov 2009 07:28:56 -0600, Les Mikesell <lesmikesell_at_gmail.com>
> wrote:
>> Nadir Aliyev wrote:
>>> No, I want know where is last committed project directory on server.
>>> I don't need on local.
>>
>> You can't work directly from the subversion repository. You must use a
>> working
>> copy which you can put wherever you want. And you just do 'svn update'
> in
>> this
>> working copy whenever you want to bring it up to the last committed
>> version.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417047
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417050
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-12 15:14:38 CET