svn checkout - An error occurred during decompression
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The following error occurs when I checkout a large repository:
E120104: ra_serf: An error occurred during decompression
What is the problem and how can I avoid it?
I tried cleanup
and checkout
thereafter, but it stopped with:
E120104: ra_serf: An error occurred during decompression
I am on Ubuntu 14.04, svn, version 1.8.8 (r1568071
).
14.04 svn
add a comment |
The following error occurs when I checkout a large repository:
E120104: ra_serf: An error occurred during decompression
What is the problem and how can I avoid it?
I tried cleanup
and checkout
thereafter, but it stopped with:
E120104: ra_serf: An error occurred during decompression
I am on Ubuntu 14.04, svn, version 1.8.8 (r1568071
).
14.04 svn
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18
add a comment |
The following error occurs when I checkout a large repository:
E120104: ra_serf: An error occurred during decompression
What is the problem and how can I avoid it?
I tried cleanup
and checkout
thereafter, but it stopped with:
E120104: ra_serf: An error occurred during decompression
I am on Ubuntu 14.04, svn, version 1.8.8 (r1568071
).
14.04 svn
The following error occurs when I checkout a large repository:
E120104: ra_serf: An error occurred during decompression
What is the problem and how can I avoid it?
I tried cleanup
and checkout
thereafter, but it stopped with:
E120104: ra_serf: An error occurred during decompression
I am on Ubuntu 14.04, svn, version 1.8.8 (r1568071
).
14.04 svn
14.04 svn
edited Jan 20 '15 at 11:24
user364819
asked Jan 20 '15 at 10:08
phobicphobic
11115
11115
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18
add a comment |
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18
add a comment |
2 Answers
2
active
oldest
votes
Set following key-value to SVN conf file. That should do the trick.
DeflateCompressionLevel 5
- 1 is the lowest value.
- 9 is the maximum value.
What file exactly?~/.subversion/config
? And where exactly / what section?
– Albert
Jun 20 '18 at 13:43
add a comment |
Editing ~/.subversion/servers
, and having this:
[global]
http-compression = no
Solved it for me.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f575718%2fsvn-checkout-an-error-occurred-during-decompression%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Set following key-value to SVN conf file. That should do the trick.
DeflateCompressionLevel 5
- 1 is the lowest value.
- 9 is the maximum value.
What file exactly?~/.subversion/config
? And where exactly / what section?
– Albert
Jun 20 '18 at 13:43
add a comment |
Set following key-value to SVN conf file. That should do the trick.
DeflateCompressionLevel 5
- 1 is the lowest value.
- 9 is the maximum value.
What file exactly?~/.subversion/config
? And where exactly / what section?
– Albert
Jun 20 '18 at 13:43
add a comment |
Set following key-value to SVN conf file. That should do the trick.
DeflateCompressionLevel 5
- 1 is the lowest value.
- 9 is the maximum value.
Set following key-value to SVN conf file. That should do the trick.
DeflateCompressionLevel 5
- 1 is the lowest value.
- 9 is the maximum value.
edited Jul 5 '15 at 17:27
0xF2
2,35222046
2,35222046
answered Jul 2 '15 at 13:38
Sanmat JhanjhariSanmat Jhanjhari
1
1
What file exactly?~/.subversion/config
? And where exactly / what section?
– Albert
Jun 20 '18 at 13:43
add a comment |
What file exactly?~/.subversion/config
? And where exactly / what section?
– Albert
Jun 20 '18 at 13:43
What file exactly?
~/.subversion/config
? And where exactly / what section?– Albert
Jun 20 '18 at 13:43
What file exactly?
~/.subversion/config
? And where exactly / what section?– Albert
Jun 20 '18 at 13:43
add a comment |
Editing ~/.subversion/servers
, and having this:
[global]
http-compression = no
Solved it for me.
add a comment |
Editing ~/.subversion/servers
, and having this:
[global]
http-compression = no
Solved it for me.
add a comment |
Editing ~/.subversion/servers
, and having this:
[global]
http-compression = no
Solved it for me.
Editing ~/.subversion/servers
, and having this:
[global]
http-compression = no
Solved it for me.
answered Jun 20 '18 at 15:40
AlbertAlbert
53441225
53441225
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f575718%2fsvn-checkout-an-error-occurred-during-decompression%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Looks like either a broken server or a bad connection that is corrupting the data in transit. You will need to ask the svn developers for more info.
– psusi
Jan 20 '15 at 15:18