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

Are some global ignore patterns hard coded in svn?

From: Dario Marini <dario.marini_at_st.com>
Date: Fri, 4 May 2012 16:04:17 +0200

Hi, all.
I presume following global ignore patterns are in some way hard coded in
svn (I checked in svn versions 1.6.16 and 1.7.2)

*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
*.rej *~ #*# .#* .*.swp .DS_Store

So, files matching these patterns are ignored when default configuration
files on client machine are used (I mean the system-generated files
/etc/subversion/config and ~/.subversion/config); in these default
files, global-ignores parameter exactly contains all the above patterns
but it is commented out, so I should expect no global ignore could be
applied: this is not true.

In order to avoid the ignore of files matching those patterns I have to
define the global-ignores parameter in config file and set it to empty.

Am I missing something?

Thanks for your attention.

   Dario Marini
Received on 2012-05-04 20:05:30 CEST

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.