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

Re: Update files on the folder with many (~65 000) files

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 14 May 2009 20:16:57 +0200

Kamnium wrote:
> Hello!
>
> I'm using TortoiseSVN 1.6.2, Build 16344 - 64 Bit and a VisualSVN
> 1.7.1 as a server.
>
> Clients are installed on two machines (both Windows Server 2008):
> - production server (16G memory);
> - dev-server (4G memory), VisualSVN server is also installed here.
>
> When I update the folder on production, it's all OK. But if I update
> on the dev, I have an error "Server sent unexpected return value (413
> Request Entity Too Large) in response to REPORT request for '/svn/
> ******/!svn/vcc/default').
>
> There are no large files, memory size is large, production copy works
> fine. What may be a reason of such an error?

http://groups.google.com/group/visualsvn/browse_thread/thread/a1d3daaabec3d125

It has nothing to do with large files: Subversion sends diffs, and the
diff can get big if there are many small changes to send (it combines
all small changes into one diff and sends that diff).

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=2261333
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-05-14 20:17:35 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.