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

Re: (без темы)

From: Nadir Aliyev <nadir_at_Ultel.net>
Date: Thu, 12 Nov 2009 18:05:14 +0400

but its not good idea. every time after commit i must copy to pointed dir
:(((

its possible set options for executing php files from repos?

<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].
Received on 2009-11-12 15:06:41 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.