matthieu verstraete wrote: > please teach us all how to make svn ignore files > Try: svn pl . # List properties for the current directory and svn pe svn:ignore . # Edit the one for this directory By the way, for a file a typical property is "svn:executable". Tobias