svn 自动不是上 web

 #!/bin/sh 
 
export LANG="zh_CN.UTF-8"
SVN=/usr/local/bin/svn
WEB=/usr/local/www/nginx/mall
$SVN update $WEB --username root --password 1 --no-auth-cache


在SVN 的  hooks 的 post-commit  里 如上设置。


木有了

你可能感兴趣的:(Web,SVN)