作者:zhanhailiang 日期:2014-09-30

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

【Sublime】Sublime Text 2集成TortoiseSVN插件

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

【Sublime】Sublime Text 2集成TortoiseSVN插件

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插件

相关文章:

  • 2021-12-29
  • 2021-06-01
  • 2021-10-31
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-06-25
猜你喜欢
  • 2022-01-21
  • 2021-11-15
  • 2021-11-04
  • 2021-09-03
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案