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

Re: Getting rid of "Performing status on external" messages?

From: Ximon Eighteen <ximon.eighteen_at_int.greenpeace.org>
Date: 2005-09-19 11:47:16 CEST

Aleksey Nogin wrote:
> Is there some command-line switch or a configuration option that get
> rids of "Performing status on external" messages from "svn status"? I
> tried "svn status -q", but to my surprise it got rid of everything,
> _except_ those annoying messages...

 From following this list my understanding of issues with the output of
svn status is that users are expected to (or at least until the
developers have time and the issue is high enough priority and there
exists a good design for new svn status behaviour/options) to use other
tools to process the output of svn status.

On *nix based systems (or a Windows system with a grep binary or Cygwin
perhaps also comes with grep) I'd suggest:

   svn status | grep -Fv 'Performing status on external'

Ximon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 19 11:50:22 2005

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.