您的位置:首页 > 其它

How to commit SVN(subversion) file in Notepad++ by NppExec plugin

2011-04-08 22:18 567 查看
Step 1. Press F6 call NppExec Excute dialog.

Step 2. Input follow script:

ENV_SET PATH  = C:/Program Files/VisualSVN Server/bin;$(SYS.PATH)
ENV_SET WorkPath = e:/workspace/temp
svn commit $(SYS.WorkPath) -m ""


Step 3. Press "OK" to run it.

-----finished----
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: