[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-03 06:59:32 CET

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:

$ svn diff -rHEAD foo
subversion/libsvn_client/diff.c:1379: (apr_err=200005)
svn: 'foo' is not under version control

---------------------------------------------------------------------
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:01:02 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.