简体   繁体   English

在TortoiseSVN到1.8版本升级后,Phpstorm无法正常工作

[英]Phpstorm don't work after TortoiseSVN to 1.8 version upgradet

SVN worked fine, but i updated TortoiseSVN to 1.8 version and uprgraded the project (on new Tortoise). SVN运行良好,但我将TortoiseSVN更新为1.8版本并升级了该项目(在新的Tortoise上)。 Now i have errors on phpstorm: "Can't use Subversion command line client. Probably the path to Subversion executable is wrong" and "Errors found while svn working copies detection". 现在我在phpstorm上有错误:“不能使用Subversion命令行客户端。可能是Subversion可执行文件的路径错误”和“svn工作副本检测时发现错误”。

What i should make ? 我应该做什么?

I have tried File | 我试过File | Invalidate Caches. 使缓存无效。

Phpstorm 7.1.1 Phpstorm 7.1.1

regards 问候

您应确保在安装TortoiseSVN期间选中“命令行客户端工具”选项

install this package: 安装此包:

http://www.sliksvn.com/en/download http://www.sliksvn.com/en/download

config the phpstorm or other jetbrains ide: 配置phpstorm或其他jetbrains ide:

file->settings->Version Contorl->subversion->with conmand line client set to "D:\\Program Files\\SlikSvn\\bin\\svn.exe" file-> settings-> Version Contorl-> subversion->命令行客户端设置为“D:\\ Program Files \\ SlikSvn \\ bin \\ svn.exe”

preference: http://www.cnblogs.com/Deasel-s-magic-box/p/3492941.html 偏好: http//www.cnblogs.com/Deasel-s-magic-box/p/3492941.html

I've been searching for a solution to this issue in PHPstorm for a couple of days, and I found a clue (but not the solution) from fantaxy025025's answer. 我一直在PHPstorm中寻找这个问题的解决方案几天,我从fantaxy025025的答案中找到了一条线索(但不是解决方案)。

PHPstorm showed me the path (C:\\Program Files\\TortoiseSVN\\bin), and I confirmed that the path was in the Win10 system path variable and that svn.exe was in the \\bin directory. PHPstorm向我展示了路径(C:\\ Program Files \\ TortoiseSVN \\ bin),我确认路径在Win10系统路径变量中,并且svn.exe位于\\ bin目录中。 Taking a cue from fantaxy025025, I went to File->Settings->Version Control->Subversion and added "\\svn.exe" after the path. 从fantaxy025025获取提示,我转到文件 - >设置 - >版本控制 - > Subversion,并在路径后添加“\\ svn.exe”。 After I restarted PHPstorm, the error was gone and the SVN behaviors (eg, after adding a new file) were back. 重新启动PHPstorm后,错误消失了,SVN行为(例如,添加新文件后)又回来了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM