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

Re: How to hide unversioned files from svn status

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Tue, 22 Nov 2016 09:43:26 +0100

On Tue, Nov 22, 2016 at 8:58 AM, Olaf van der Spek <ml_at_vdspek.org> wrote:
> Hi,
>
> How does one hide ALL unversioned files from ALL svn status commands?
> I don't want to add all files to svn-ignore, I'd just like this one
> command to not show them.

I think the -q option does that. From 'svn help status':

[[[
  -q [--quiet] : don't print unversioned items
]]]

If you want to add that option to every status command, maybe you can
use a shell alias or something similar for that?

-- 
Johan
Received on 2016-11-22 09:44:54 CET

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.