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

最新文章

  1. html5 定位 获得当前位置的经纬度
  2. 设置Tomcat编码
  3. 第一个Linux驱动-流水灯【转】
  4. Windows下IIS以FastCGI模式运行PHP
  5. 【转】Cannot find -ltinfo when compiling android 4.0.3
  6. sublime 编译程序出错控制台打印PATH的解决办法
  7. Eclipse调试的一些小技巧
  8. WIN8共享文件 详细设置
  9. 【Chromium中文文档】Chrome/Chromium沙箱 - 安全架构设计
  10. VS解决方案创建
  11. JS中函数参数和函数返回值的理解
  12. 【★】Web精彩实战之<智能迷宫>
  13. PHP截取中英文字符串
  14. mysql limit 接收变量
  15. linux 完全关闭tomcat
  16. LeetCode算法题-Sum of Square Numbers(Java实现)
  17. Docker: docker network 容器网络
  18. C#小技巧
  19. 字符串 CSV解析 表格 逗号分隔值 通讯录 电话簿 MD
  20. 如何确定拍照时,相机屏幕是横屏or竖屏?

热门文章

  1. github 新建一个仓库后
  2. Oracle数据库日常SQL的使用
  3. 关于U盘安装ubuntu-18.04安装时候出现的grub-efi-amd64-signed的问题。
  4. ActiveMQ windows安装
  5. 【pwnable】asm之write up
  6. 《算法导论》— Chapter 15 动态规划
  7. C# 中的新增功能
  8. git clone, push, pull, fetch 的用法
  9. 如何在Eclipse中生成Native类对应的JNI的.h文件
  10. 关闭spring整合kafka时,消费者一直打印kafka日志