[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Document svn:auto-props on 'svn help propset'

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 13 Feb 2015 23:44:22 +0100

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
Received on 2015-02-13 23:45:48 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.