[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: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 22 Nov 2016 22:13:36 +0100

> -----Original Message-----
> From: Branko Čibej [mailto:brane_at_apache.org]
> Sent: dinsdag 22 november 2016 18:26
> To: users_at_subversion.apache.org
> Subject: Re: How to hide unversioned files from svn status
>
> On 22.11.2016 16:30, Olaf van der Spek wrote:
> > On Tue, Nov 22, 2016 at 10:40 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name>
> wrote:
> >> Johan Corveleyn wrote on Tue, Nov 22, 2016 at 09:43:26 +0100:
> >>> If you want to add that option to every status command, maybe you can
> >>> use a shell alias or something similar for that?
> >> For Bourne-like shells:
> >>
> >> svn() {
> >> case "$1" in
> >> st|stat|staus) command svn -q "$@";;
> >> *) command svn "$@";;
> >> esac
> >> }
> >>
> >> (Put that in your shell's dotfiles.)
> > I'm not a fan of such hacks.. ;)
> > Wouldn't it make sense to have a conf file option for this?
>
>
> In short ... no. The svn:ignore property already does what you need,
> with less chance of shooting yourself in the foot. You can always set
> svn:ignore to * if you really want that ...

Or set
[miscellany]
global-ignores = *

In ~/.subversion/config

        Bert
Received on 2016-11-22 22:13:52 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.