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

[PATCH] Extend the Hacker's Guide to explain how to log property changes

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Fri, 19 Sep 2008 09:54:33 -0600

Hi All,
    Attached, and pasted below, is a patch that adds a little content
to the Hacker's Guide that suggests how to write log messages for
property changes. Please feel free to let me know what changes, if
any, need to happen to get this approved.

-- 
Take care,
Jeremy Whitlock
http://www.thoughtspark.org
[[[
* www/hacking.html: Added content on how to log property changes.
]]]
Index: www/hacking.html
===================================================================
--- www/hacking.html	(revision 33188)
+++ www/hacking.html	(working copy)
@@ -1572,6 +1572,17 @@
 `handle_parser_warning', but only because the two structures were
 mentioned by full name elsewhere in the log entry.</p>
+<p>You should also include property changes in your log messages.
+For example, if you were to modify the "svn:ignore" property on
+the trunk, you might put something like this in your log:</p>
+
+<pre>
+   * trunk/ (svn:ignore): Ignore build.
+</pre>
+
+<p>The above only applies to properties you maintain, not those
+maintained by subversion like "svn:mergeinfo".</p>
+
 <p>Note how each file gets its own entry prefixed with an "*", and the
 changes within a file are grouped by symbol, with the symbols listed
 in parentheses followed by a colon, followed by text describing the


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-09-19 17:54:47 CEST

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.