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

Re: Are there any plans for an svn find command?

From: Klaus Rennecke <kre_at_tigris.org>
Date: 2004-07-09 18:01:00 CEST

Robert Zeh wrote:
> Klaus Rennecke wrote:
>> [...]
>> #! /bin/sh
>> target="$1"
>> shift
>> svn ls -R "$target" | egrep -e "$@"
>
> [...] svn ls -R <root> on my
> repository never finishes; my machine runs out of swap.

Oh that's nasty. I haven't run it on a real large repository yet. But I
noticed that there's a pause before output starts rolling. Let's hope
that 1.1 will be able to help you out.

For what it's worth, I tend to create more repositories as I used to
with CVS. I like to decouple the version numbers of stuff that's not
really related. Thus, I have quite a bunch of repositories, but none is
overly large in itself.

/Klaus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 9 18:01:22 2004

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

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