Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for 
change notification.

The "Inheritable-Ignores-AutoProps" page has been changed by pburba:
http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps?action=diff&rev1=15&rev2=16

Comment:
We call it svn:global-ignores now, not svn:inheritable-ignores.

  The cumulative set of ignores patterns in effect for a given path are the sum 
of the patterns found in:
  
   1. The global-ignores section of the runtime configuration.
-  1. Any svn:inherited-ignores properties explicitly set on, or inherited by, 
the path.
+  1. Any svn:global-ignores properties explicitly set on, or inherited by, the 
path.
   1. The svn:ignore property, if any, set on the path's immediate parent.
  
  There is no actual hierarchy among these ignore sources,  the patterns found 
in each are simply combined, they do do not override each other.

Reply via email to