首页 > 后端开发 > php教程 > 【PHP分享】Sublime Text 2集成TortoiseSVN插件

【PHP分享】Sublime Text 2集成TortoiseSVN插件

WBOY
发布: 2016-06-23 13:48:20
原创
958 人浏览过

  作者:zhanhailiang 日期:2014-09-30
登录后复制

1. 下载TortoiseSVN,将其安装在默认位置


2. 使用Sublime包管理器下载安装TortoiseSVN Plugin,安装后注意阅读Package Control Messages,需要注意以下事项


If TortoiseSVN is not installed at `C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe`, specify the correct path by setting property “tortoiseproc_path” in your TortoiseSVN.sublime-settings file.

If your TortoiseProc.exe path is not the default, please modify the path by selecting “Preferences→Package Settings→TortoiseSVN→Settings - User” in the menu.

The default setting is:

{  // Auto close update dialog when no errors, conflicts and merges  "autoCloseUpdateDialog": false,  "tortoiseproc_path": "C:\\Program Files\\TortoiseSVN\\bin\\TortoiseProc.exe"}
登录后复制

3. 快捷键说明:

  1. [ alt+c] : commit current file.

  2. [ alt+u] : update current file.

  3. [ alt+r] : revert current file.

同样也可以通过侧边栏Folders→Folder|file右键菜单来进行SVN操作(You can also call TortoiseSVN commands when right-clicking folders or files in the side bar.):


相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板