svn checkout - An error occurred during decompression





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















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).










share|improve this question

























  • 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


















2















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).










share|improve this question

























  • 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














2












2








2








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).










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










2 Answers
2






active

oldest

votes


















0














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.






share|improve this answer


























  • What file exactly? ~/.subversion/config? And where exactly / what section?

    – Albert
    Jun 20 '18 at 13:43



















0














Editing ~/.subversion/servers, and having this:



[global]
http-compression = no


Solved it for me.






share|improve this answer
























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer


























    • What file exactly? ~/.subversion/config? And where exactly / what section?

      – Albert
      Jun 20 '18 at 13:43
















    0














    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.






    share|improve this answer


























    • What file exactly? ~/.subversion/config? And where exactly / what section?

      – Albert
      Jun 20 '18 at 13:43














    0












    0








    0







    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.






    share|improve this answer















    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.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    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



















    • 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













    0














    Editing ~/.subversion/servers, and having this:



    [global]
    http-compression = no


    Solved it for me.






    share|improve this answer




























      0














      Editing ~/.subversion/servers, and having this:



      [global]
      http-compression = no


      Solved it for me.






      share|improve this answer


























        0












        0








        0







        Editing ~/.subversion/servers, and having this:



        [global]
        http-compression = no


        Solved it for me.






        share|improve this answer













        Editing ~/.subversion/servers, and having this:



        [global]
        http-compression = no


        Solved it for me.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 20 '18 at 15:40









        AlbertAlbert

        53441225




        53441225






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局