Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.
The following page has been changed by BryanPendleton:
http://wiki.apache.org/db-derby/MoveAChangeBetweenBranches
The comment on the change is:
Add Kathey's suggestion for commit comments
------------------------------------------------------------------------------
* {{{svn merge -r 393539:393540 https://svn.apache.org/repos/asf/db/derby/docs/trunk/}}}
* review the results that you got, build and test, and then commit.
* Note that you can also merge a range of fixes. Depending on what you are doing, you may
have one or several revisions to merge.
+ * When committing the merged change, it would be good if commit comments included the issue
summary. This helps people who are studying the code later to avoid having to visit Jira each
time. For example:
+ * DERBY-324 AES encryption test fails on Solaris 10
+ * Merged by svn merge -r 232996:232997 ../trunk/
+ * Originally submitted by Olav Sandstaa
|