[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Commit fail with long line > ~15000 chars on x64

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 26 Sep 2012 21:04:51 +0200

On 26.09.2012 12:22, 3rd Maths wrote:
> Hello,
>
> I'm having trouble to commit change on file with very long lines on a
> distant repository, but only with turtoiseSVN 64 bits. I was trying to
> include jquery-1.8.2.min.js (about 92ko, and more than 93000 chars in
> one line) to my project when I encountered this issue.
> The weird point is that I could achieve the commit on 32bits machine
> without any timeout issue, and I reproduce the bug each time on two
> different computer. Either when adding the new file or when merging it a
> very long line.
>
> Actually I can commit file with line length around 15ko but not more. I
> suppose this limit vary depending on network latence between repository
> and working copy.

That might be a limitation of the neon library. But the also included
serf library should work:

Settings dialog->Network->Subversion servers file
click the edit button.
Then in the servers file, scroll to the bottom and find the section
[global]
and there, add or modify the line
http-library = neon
to
http-library = serf

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3010463
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-26 21:05:01 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.