Would something like [[ Index: subversion/svn/svn.c =================================================================== --- subversion/svn/svn.c (revision 1659683) +++ subversion/svn/svn.c (working copy) @@ -1424,6 +1424,12 @@ " directory:\n" " svn:ignore - A list of file glob patterns to ignore, one per line.\n" " svn:global-ignores - Like svn:ignore, but inheritable.\n" + " svn:auto-props - A list of file patterns with properties to apply on\n" + " new files. Multiple properties are separated with a simicolon, a doubled\n" + " semicolon is handled litteral.\n" + " Example:\n" + " *.c=svn:eol-style=native\n" + " *.html=svn:eol-style=native;svn:mime-type=text/html\n" " svn:externals - A list of module specifiers, one per line, in the\n" " following format similar to the syntax of 'svn checkout':\n" " [-r REV] URL[@PEG] LOCALPATH\n" ]] be useful?
We document almost all the other properties processed by 'svn' there. (I don't see svn:mime-type) Bert