从 KDevelop 访问 svn 存储库
我已经成功安装了 Subversion 并为我的项目设置了存储库。然后将项目添加到存储库,签出并在 KDevelop 中打开它。
我可以看到 Subversion 菜单项,但每次我尝试在 KDevelop 中使用 svn 进行操作(添加、提交或更新)时,我都会收到相同的错误消息: 无法启动进程无法创建 io-slave:klauncher 说:未知协议“svn+http”。
列出 /usr/share/services 显示了 http.protocol 但没有 svn / svn+http 出现。 我可以遵循什么方法来解决这个问题吗?
谢谢!
I have successfully installed Subversion and set up repository for my project. Then added project to repository, checked it out and opened it in KDevelop.
I can see Subversion menu items but every time I'm trying to operate with svn within KDevelop (either add, commit or update) I've got the same error message:
Could not start process Unable to create io-slave: klauncher said: Unknown protocol 'svn+http'.
Listing /usr/share/services shows me http.protocol but none of svn / svn+http presents.
Is there a way I can follow to resolve this issue?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
至少在 KDE3 中您需要
kdesvn-kio-plugins
软件包。At least in KDE3 you need the
kdesvn-kio-plugins
package.