我遵循了这里列出的指示: http://wbond.net/sublime_packages/tortoise#Installation 安装“乌龟”插件。
- Used package controll > install package > tortoise
- Console seemed to install it correctly.
问题: 当右键点击文件/ 文件夹时, 我没有收到任何其他选项 。
我一定是漏掉了什么吗?
我遵循了这里列出的指示: http://wbond.net/sublime_packages/tortoise#Installation 安装“乌龟”插件。
问题: 当右键点击文件/ 文件夹时, 我没有收到任何其他选项 。
我一定是漏掉了什么吗?
我有点困难 使这个工作了。
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 工作 。
我也有同样的问题,
这应该能启动运行, 不过我不知道如果插件有任何更新, 将会发生什么, 也许看第三步的回购会是一个好主意。
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 ...
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 ...
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 ...
I m trying to commit some work, but svn always fails and tells me that a file I modified is out of date. I tried updating first, that doesn t work. Cleanup doesn t work. If I revert the file, copy my ...
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. ...
I ve been using Tortoise SVN (and VisualSVN) with a local repository on my desktop PC for a couple of months. We ve just set up a Linux SVN server, and I want to move my repository to this server, ...
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 ...
I am a lone programmer working on many .Net projects. I work alone and I didn t used version control till now. Just recently I learned the benefits of using version control. As I have three machines I ...