首页 > Subversion svn commit 完后目录就等于host 如何设定

Subversion svn commit 完后目录就等于host 如何设定

例如
现在有一个网址为 aaa.com.tw 的网址

那我commit时,aaa.com.tw 里面的资料会跟著更改,也就是说,我commit完后就可知道 php 在aaa.com.tw里面执行的结果

像这个我要怎么设定?

p.s. 目前主机上还有其他的doman 如果我照网路上

DAV svn

SVNPath H:\SVN
AuthType Basic
AuthName "Subversion repository"
AuthUserFile "H:\SVN\conf\passwd"

only authenticated users may access the repository

Require valid-user

our access control policy

authz.ini 是设定帐号对各 Project 可读/写权限的设定档

AuthzSVNAccessFile "H:\SVN\conf\authz"
Require valid-user

这样的设定,也不行耶

目前我的apache 还有设定其他的 doman
例如


ServerName xxx.xxx.xxx.xxx
DocumentRoot "g:/AppServ/www/"

Order deny,allow
deny from all
Allow from 114.33.41.250

所以我不知道用 这样的设定,也不行耶


利用svn hooks同步

http://www.cnblogs.com/xiezhengcai/archive/2013/11/27/3445457.html


我照这样写的bat
SET REPOS=%1
SET USER=%2
SET SVN="C:\Program Files\Subversion\bin\svn.exe"
SET DIR="G:\AppServ\www\test\415-4"
(call %SVN% update %DIR% --username dahw14 --password dahw14 --non-interactive)

执行出现这样的错误讯息...

略过 'G:\AppServ\www\test\415-4'
Sumary of conflicts:Skipped paths:1

请问这个怎麽办?

【热门文章】
【热门文章】