[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: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-10-08 23:46:01 CEST

Paul Lussier wrote:
> In a message dated: 08 Oct 2002 15:13:59 CDT
> Ben Collins-Sussman said:
>
>>> Does svn cache changes anywhere? Or does it need to check diffs
>>> between each and every file in the repo and in the .svn area?
>>
>> Upgrade to the latest source, and we have better caching now. "svn
>> status" is about 5 times faster.
>
> Ahh, so I need to stop using the Debian packages is what you're
> telling me :)
>
> Oh hey! What if I used svn to check out the latest stuff :)
> (As light dawns on Marblehead!)

No, not stop using Debian packages - just update them
yourself. Depends on the level of debian hackery you have under your
belt but one path to upgrading would be:

$ svn co http://svn.collab.net/repos/trunk svn
$ (cd svn; AUTOCONF=autoconf2.50 ./autogen.sh)
$ tar zcpvf svn.tar.gz svn
$ apt-get source subversion
$ cd subversion-0.14.3
$ uupdate -v 0.14.3.rXXXX ../svn.tar.gz
$ cd ..
$ cd subversion-0.14.3.rXXXX
$ dpkg-buildpackage -rfakeroot -uc -us -b

There are some problems with documentation for example and such, but
it's workable pretty easily.

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 8 23:47:11 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.