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

RE: global ignores

From: Kevin Aubuchon <Kevin.Aubuchon_at_reuters.com>
Date: 2006-02-13 20:08:54 CET

Yes, it is uncommented.

 

### Section for configuring miscelleneous Subversion options.

[miscellany]

### Set global-ignores to a set of whitespace-delimited globs

### which Subversion will ignore in its 'status' output.

global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
*.dll *.pdb bin obj

 

________________________________

From: Kevin Greiner [mailto:greinerk@gmail.com]
Sent: Monday, February 13, 2006 12:56 PM
To: Kevin Aubuchon
Cc: users@subversion.tigris.org
Subject: Re: global ignores

 

 

On 2/13/06, Kevin Aubuchon <Kevin.Aubuchon@reuters.com> wrote:

I un-commented my global ignores in the config file and it seems to
have no effect. When I do svn status at the root dir of my working copy,
unversioned files I was trying to ignore still show. The actual line is
below.

global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
*.dll *.pdb bin obj

Am I missing something obvious?

Did you also uncomment the [miscellany] section heading?

To find out more about Reuters visit www.about.reuters.com

Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd.
Received on Mon Feb 13 20:12:10 2006

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.