我是靠谱客的博主 纯真香水,最近开发中收集的这篇文章主要介绍【Sublime】Sublime Text 2集成TortoiseSVN插件,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  作者: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插件的全部内容,希望文章能够帮你解决【Sublime】Sublime Text 2集成TortoiseSVN插件所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(32)

评论列表共有 0 条评论

立即
投稿
返回
顶部