Linux.sh 當SVN 當有版本更新時執行PHP 指令 - LinuxThomas · 2018-09-04Table of ContentsPostCommentsRelated Posts 小弟有個每分鐘執行的 script 想要比較 SVN 版本 當 SVN 版本有更新的時後 自動執行 PHP 的指令 爬了一下似乎沒找到有相似的功能 不知道各位先進是否有相關的經驗指教 -- LinuxAll CommentsJoseph2018-09-05試試看抓output用test檢查然後 && php some.phpMason2018-09-09概念 test x$(echo x) = xx && echo is xxLydia2018-09-14if [ `svn -V` != 1.0 ]then php my.phpfiJoseph2018-09-17我懷疑svn版本的意思是指repo rev,非svn --versionDavid2018-09-20你要的可能是hook script吧Hardy2018-09-24svn status --show-updatesRelated Postslinux mint synaptic so slow or die?Ubuntu 連線 wifi 容易斷線Hunspell拼字檢查字典的內容共享Snap包求救 資料丟進資源回收桶消失20歲駭客面試 駭內網「關阿里網路」秒錄取
All Comments