Home > Q&A > body text
主要想做监听文件变化,然后自动提交svn,服务器。
比如在webpack编译后自动提交提交服务器,像gulp-ftp,scp2都可以很好的实现,但svn提交没找到好的插件,有做个类似场景的么,求指点
迷茫2017-04-17 16:21:05
Add a task to execute the command in the monitor and call svn commit -m "日志" to submit it
svn commit -m "日志"
I use makefile to make some automated commands