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 JulianFoad:
https://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps?action=diff&rev1=16&rev2=17

Comment:
Correct the format of svn:global-ignores prop values -- issue #4380.

  Like the svn:ignore property it only makes sense to set svn:auto-props on 
directories, so attempts to propset the latter on a file will fail.
  
  === Ignores Format ===
- The values for the svn:global-ignores property are per the format of 
configuration defined global-ignores: A whitespace-delimited collection of file 
patterns.  Like svn:auto-props, the svn:global-ignores property can only be set 
on directories.
+ The values for the svn:global-ignores property are in the same format as the 
svn:ignore property: a newline-delimited collection of file 
patterns.<<FootNote(At the time when 1.8 was released, the release notes and 
this page incorrectly said the format was the same as configuration defined 
global-ignores: that is, whitespace-delimited.)>> Like svn:auto-props, the 
svn:global-ignores property can only be set on directories.
  
  === Auto-Props Hierarchy and Precedence ===
  Any path added to the working copy or imported to the repository must have a 
previously versioned parent. Both the svn:auto-props explicitly set on that 
parent and the properties inherited by that parent, in addition to the run-time 
configuration auto-props, will determine the auto-props for the added/imported 
files under the versioned parent.  Where the auto-prop values '''for the same 
file pattern''' conflict there are a few simple rules:

Reply via email to