2009/11/13 Nadir M. Aliyev <nadir_at_ultel.net>:
> Hello Again.
>
> Have trouble with this. If other developers (not I am) commit this project,
> project will be automatically updated on pointed directory too?
Check out your project to a directory which Apache serves.
Configure a post-commit hook script to update that directory after every commit.
Anytime someone commits, the directory will be updated, and you'll see
your changes on the website.
If you are still having trouble understanding how this works, please
ask someone more proficient with written English to help you. We have
explained it as clearly as we can.
> -----Original Message-----
> From: Andy Levy [mailto:andy.levy_at_gmail.com]
> Sent: Thursday, November 12, 2009 6:17 PM
> To: Nadir Aliyev
> Cc: Les Mikesell; users_at_subversion.tigris.org
> Subject: Re: (без темы)
>
> On Thu, Nov 12, 2009 at 09:13, Andy Levy <andy.levy_at_gmail.com> wrote:
>> 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.
>
> Sorry, that was a reply in your other thread about essentially the
> same topic. See
> http://subversion.tigris.org/faq.html#website-auto-update
>
>>> 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=24
> 17047
>>>
>>> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>>>
>>
>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417549
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-13 15:03:04 CET