例如
现在有一个网址为 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