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

Re: svn status gets 'killed'

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-10-07 14:15:33 CEST

On Mon, Oct 07, 2002 at 03:11:48PM -0400, pll@lanminds.com wrote:
>
> Hi all,
>
> I recently set up an svn server, and to experiment, I imported a copy
> of the Linux 2.4.19 kernel source. On my 'client' system, I run:
>
> svn co http://server/svn/linux-2.4.19 linux-2.4.19
>
> and everything goes quite well. However, if I try to do an
> 'svn status', it just sits there for quite a while, and eventually
> just dies with a message 'Killed':
>
> ll@tater:/usr/local/src/linux-2.4.19$ svn status -u -v .
> Killed
> pll@tater:/usr/local/src/linux-2.4.19$

If you're on linux it is probably the OOM killer stepping in. How much memory
is the status taking?
>
> An 'strace svn status -u -v' results in:
>
> pll@tater:~$ strace -p 17537
> .
> .
> .
> +++ killed by SIGKILL +++
> pll@tater:~$
>
> Is something broken, or am I doing something wrong?
>
> (Oh, an an 'svn status -n' results in:
>
> svn: invalid option character: n
> Type `svn help' for help on Subversion usage.

It's -N now.
>
> but 'svn status --nonrecursive' works fine).
>
> I'm using: Subversion Client, version 0.14.1 (r2927)
> compiled Aug 24 2002, 11:36:34
>
> from the Debian packages 0.14.1-2.
>
> Oh, FWIW, 'svn help' seems to be broken in the newer 0.14.3-2
> packages under Debian:
>
> pll@tater:/usr/local/src/linux-2.4.19$ svn status -u -v --nonrecursive
> Type `svn help' for help on Subversion usage.
>
> pll@tater:/usr/local/src/linux-2.4.19$ svn help status
> Type `svn help' for help on Subversion usage.
>
> pll@tater:/usr/local/src/linux-2.4.19$ svn help
> Type `svn help' for help on Subversion usage.
> (err, that's what I did :)
>
Hmm, I had that problem the other day, but a rebuild of apr seemed to fix it.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Mon Oct 7 21:16:32 2002

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.