On Fri, Jul 12, 2002 at 10:13:50AM -0500, Karl Fogel wrote:
> Aaaahhhh.  This is Goodness, methinks.
> 
> I see you tweaked the log message in the repos, too :-)
Yeah, meant to mention that, but I forgot...
> 
> kevin@tigris.org writes:
> > New Revision: 2480
> > 
> > Modified:
> >    trunk/subversion/clients/cmdline/main.c
> > Log:
> > Explain the recognized keywords in svn help propset.
> > 
> > 
> > Modified: trunk/subversion/clients/cmdline/main.c
> > ==============================================================================
> > --- trunk/subversion/clients/cmdline/main.c	(original)
> > +++ trunk/subversion/clients/cmdline/main.c	Fri Jul 12 07:34:27 2002
> > @@ -299,7 +299,23 @@
> >    { "propset", svn_cl__propset, {"pset", "ps"},
> >      "Set property PROPNAME to PROPVAL on files or directories.\n"
> >      "usage: propset PROPNAME PROPVAL [TARGETS]\n\n"
> > -    "    Use -F (instead of PROPVAL) to get the value from a file.\n",
> > +    "    Use -F (instead of PROPVAL) to get the value from a file.\n"
> > +    "\n"
> > +    "    Note: svn recognizes the following special properties but will \n"
> > +    "    store any arbitrary properties set:\n"
> > +    "      svn:ingore     - A newline separated list of file patterns to ignore.\n"
> > +    "      svn:keywords   - Keywords to be expanded.  Valid keywords are:\n"
> > +    "        URL, HeadURL             - The URL for the head version of "
> > +    "the object.\n"
> > +    "        Author, LastChangedBy    - The last person to modify the file.\n"
> > +    "        Date, LastChangedDate    - The date/time the object was last "
> > +    "modified.\n"
> > +    "        Rev, LastChangedRevision - The last revision the object changed.\n"
> > +    "      svn:executable - If present, make the file executable. (Any\n"
> > +    "        attempt to set this property on a directory will be ignored.)\n"
> > +    "      svn:eol-style  - One of 'native', 'LF', 'CR', 'CRLF'. \n"
> > +    "      svn:mimetype   - The mimetype of the file.  Used to determine\n"
> > +    "        whether to merge the file, and how to serve it from Apache.",
> >      {'F', 'q', svn_cl__targets_opt, svn_cl__recursive_opt} },
> >    
> >    { "revert", svn_cl__revert, {0},
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- application/pgp-signature attachment: stored
 
 
Received on Fri Jul 12 17:37:07 2002