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

Re: `diff' consumes all available memory

From: Chris Pickett <chris.pickett_at_mail.mcgill.ca>
Date: 2005-03-03 07:33:44 CET

Ben Collins-Sussman wrote:
>
> On Mar 2, 2005, at 11:09 PM, Eric Hanchrow wrote:
>
>>
>> mkdir /tmp/x
>> svnadmin create /tmp/x/myrepos
>> mkdir /tmp/x/proj
>> cd /tmp/x/proj
>> mkdir branches tags trunk
>> echo blah > /tmp/x/proj/trunk/foo
>> cd ..
>> svn import /tmp/x/proj file:///tmp/x/myrepos -m foo
>> svn co file:///tmp/x/myrepos /tmp/x/proj1
>> cd /tmp/x/proj1/trunk
>> rm foo
>
>
> Did you mean 'svn rm foo' here?
>
>> svn commit
>> svn diff --revision HEAD foo
>>
>
>
> Regardless, this doesn't reproduce for me, using today's /trunk code. I
> get what I expect:
>

With 1.1.3 in Debian my whole machine freezes up until (I think) the OOM
killer frees things.

I would suggest not running this script if you have things you care
about open.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 3 07:35:03 2005

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.