Hi! > < return name not in ('CVS', 'SVN', '.', '..') > --- > > return name not in ('CVS', 'SVN', '.', '..') and not name.endswith('.properties') Isn't it .svn instead of SVN anyway? -- christian