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

Howto make TSVN eat all available memory

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2004-01-14 14:40:48 CET

Hi Folks,

Here's a recipe

1) Get hold of a Win2K SP4 Box and TortoiseSVN 0.24.0, Build 554, UNICODE
2) check out a working copy
3) inside the WC create a directory "tool"
4) set the "svn:externals" property on the WC to "tools
http://some.repository/location"
5) try to commit the WC property change with TSVN
6) after getting impatient fire up the task manager and watch TortoiseProc
eat all available memory.

It happened to me once yesterday and again today, so I think there must be
something wrong. The problem seems to be in the subversion libraries,
because running svn st inside the WC results in an infinite loop.

--- SNIP ---
D:\Projekte_Delphi\CalimeRA_Luebbe\doc>svn st
X tools
 M .

Performing status on external item at tools
X tools

Performing status on external item at tools
X tools

...Repeat as often as you like...

Performing status on external item at tools
X tools

Performing status on external item at tools
svn: The operation was interrupted
svn: caught SIGINT
--- SNIP ---

svn st -N fortunately behaves correctly.

This happens with 0.35 compiled from the 1.0 stabilization branch yesterday
morning (CET), so I fear it is also in 0.36.

Cheers
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 14 14:41:35 2004

This is an archived mail posted to the Subversion Dev mailing list.

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