svn与web同步

export LANG=zh_CN.UTF-8  
    svn=/usr/bin/svn  
    web=/var/www/jms  
    $svn update $web –username jms –password jms123  
    chown -R apache:apache $WEB
把它加入到crontab中,定时执行。

相关推荐