码迷,mamicode.com
首页 > 其他好文 > 详细

【Sublime】Sublime Text 2集成TortoiseSVN插件

时间:2017-05-21 13:52:45      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:back   direct   通过   fill   post   when   family   br0   odi   

  作者: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.):

技术分享

【Sublime】Sublime Text 2集成TortoiseSVN插件

标签:back   direct   通过   fill   post   when   family   br0   odi   

原文地址:http://www.cnblogs.com/yangykaifa/p/6884526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!