作者: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. 快捷键说明:
[ alt+c] : commit current file.
[ alt+u] : update current file.
[ 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.):