Author: danielsh
Date: Sat May  9 15:06:50 2015
New Revision: 1678494

URL: http://svn.apache.org/r1678494
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table."propset"): Document svn:auto-props.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1678494&r1=1678493&r2=1678494&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Sat May  9 15:06:50 2015
@@ -1457,6 +1457,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  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 glob patterns and properties to 
set\n"
+     "       when adding such files; like [auto-props] in the client 
configuration.\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"


Reply via email to