English 中文(简体)
优美文本 2 + 乌龟
原标题:Sublime Text 2 + Tortoise

我遵循了这里列出的指示: http://wbond.net/sublime_packages/tortoise#Installation 安装“乌龟”插件。

  1. Used package controll > install package > tortoise
  2. Console seemed to install it correctly.

问题: 当右键点击文件/ 文件夹时, 我没有收到任何其他选项 。

我一定是漏掉了什么吗?

问题回答

我有点困难 使这个工作了。

Open: C:Users<username>AppDataRoamingSublime Text 2PackagesTortoiseSVN

检查 TortoiseProc. exe 文件的路径正确 。 这似乎连接它以允许承诺和更新 。

然而,我看不到ST2菜单系统中的软件包设置。不管怎样,现在有点工作了。

I had the same issue, but was able to fix it. I 并且,还有 eliminated the: " error: [Error 2] The system cannot find the file specified " and " error: [WindowsError 2] The system cannot find the file specified " dialog boxes from nagging between right clicks.

要获得与最新版本的 TortoiseGit 合作的 sublime_tortoise 软件包, 我不得不调换以下文件( 假设您有默认的安装路径 ) :

C: 用户=YOUR_USERNAME% AppDataRoaming 超正文本 2Packages Toticois Toirtois. y

搜索(Control + F),并修改如下:

TortoiseProc.exe <- change to ->TortoiseGitProc.exe (Probably something like TortoiseSVNProc.exe for SVN)

并且,还有

tgit.exe <- change to -> tgittouch.exe (Probably the same for all VCSs)

确保“ C: Program 文件” 是您路径的起点, 如果您在32位 Windows 和 “ C: Program 文件 (x86) ” 上, 如果您在 Windows 64- bit OS 上, 请确保“ C: Program 文件 ” 是您路径的起点

最后,在 Tortarose.py 和 Tortarose 软件包控制设置的用户- 设置中, 一定要在需要时使用双斜线 。

您重新启动了计算公式吗? 乌龟需要重新启动才能使 GUI 工作 。

我也有同样的问题,

  1. Install package TortoiseSVN (thank you @divydovy for the hint) and restart Sublime
  2. Install package Tortoise and close Sublime
  3. Manually update some of the files from https://github.com/atwright147/sublime_tortoise using another editor (not sure if you could use Sublime and restart but I didn t)

这应该能启动运行, 不过我不知道如果插件有任何更新, 将会发生什么, 也许看第三步的回购会是一个好主意。





相关问题
configure SVN for Flash Action script programming

I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS ...

SVN operation time on Vista/Windows 7/2008 RC2

i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP ...

Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

How do I avoid Complicated Merges in Subversion?

I m new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. ...

Visual Studio & TortoiseSVN

We have 3 VS2008 projects. Each project builds a executable and supporting files. All 3 projects will eventually ship together as an application. Up till now we have been using a separate SVN ...

热门标签