简体   繁体   English

Linux Mint:安装Subversion 1.7

[英]Linux Mint: install subversion 1.7

On Linux Mint 17 with Subversion 1.8.x I have problem with committing files to SVN - I obtain error : " svn: E120105: Error running context: The server sent an improper HTTP response ". 在具有Subversion 1.8.x的Linux Mint 17上,我无法将文件提交到svn: E120105: Error running context: The server sent an improper HTTP responsesvn: E120105: Error running context: The server sent an improper HTTP response 错误消息 :“ svn: E120105: Error running context: The server sent an improper HTTP response ”。 What works on another computer with older system version is subversion 1.7.x. 在具有较旧系统版本的另一台计算机上可以使用的是Subversion1.7.x。

I tried many things to fix it (overview is here - http://jankoweb.moxo.cz/blog/open-source/svn-error-the-server-sent-an-improper-http-response-pri-commitu/ ) but nothing works for me. 我尝试了很多方法来修复它(概述在这里-http://jankoweb.moxo.cz/blog/open-source/svn-error-the-server-sent-an-improper-http-response-pri-commitu/ ),但对我来说无效。

Do you know how to fix this problem on Linux? 您知道如何在Linux上解决此问题吗?

I believe the issue is that the working copy format has been changed in svn 1.8.x, so you've two options I can think of: 我认为问题在于工作副本格式已在svn 1.8.x中更改,因此您可以想到两种选择:

1) run svn upgrade on the working copy. 1)在工作副本上运行svn upgrade This may take a while depending on the size of the working copy, but it should sort things. 这可能需要一段时间,具体取决于工作副本的大小,但是应该对内容进行排序。

2) Check out a fresh working copy and use that, if you don't have too many changes to redo since the last checkout. 2)如果自上次签出后没有太多更改要重做,请签出一个新的工作副本并使用它。

Hope that helps. 希望能有所帮助。

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

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