Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 tasker 执行 svn 命令?
我想从主干创建一个 svn 标签。前任:
svn 复制 http://ipserver:port/project/files/trunk \ http://ipserver:port/project/files/tags/1.0 -m "My Release 1.0"
我怎么能在tasker android上做到这一点?
PS:我必须在该标签之前登录 svn 服务器。