search

Home  >  Q&A  >  body text

node.js - 自动提交svn有哪些好的插件?

主要想做监听文件变化,然后自动提交svn,服务器。

比如在webpack编译后自动提交
提交服务器,像gulp-ftp,scp2都可以很好的实现,但svn提交没找到好的插件,有做个类似场景的么,求指点

ringa_leeringa_lee2786 days ago318

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-17 16:21:05

    Add a task to execute the command in the monitor and call svn commit -m "日志" to submit it

    reply
    0
  • 迷茫

    迷茫2017-04-17 16:21:05

    I use makefile to make some automated commands

    reply
    0
  • Cancelreply