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

Re: Visual C++ Runtime Error during commit

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 11 Jun 2009 20:24:17 +0200

Alan Chavis wrote:
> I'm consistently receiving the following runtime error during a commit
> of around 1200 files that have been added:

This most likely is a memory issue (you're running out of memory during
the commit).
There's a memory leak in svn up to 1.6.2 when committing. And since
you're committing around 1200 files, that leak can add up to a *lot* of
memory.

The issue has been fixed already and will be in 1.6.3.

In the mean time, you can try a nightly build or split your commit up
into smaller groups of changed files.

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

Received on 2009-06-11 20:24:39 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.