You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/03/13 23:42:24 UTC

svn commit: r1456230 - /subversion/site/publish/docs/community-guide/building.part.html

Author: danielsh
Date: Wed Mar 13 22:42:23 2013
New Revision: 1456230

URL: http://svn.apache.org/r1456230
Log:
* docs/community-guide/building.part.html
  (#revert): New anchor, to facilitate external linking to this.

Modified:
    subversion/site/publish/docs/community-guide/building.part.html

Modified: subversion/site/publish/docs/community-guide/building.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/building.part.html?rev=1456230&r1=1456229&r2=1456230&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/building.part.html (original)
+++ subversion/site/publish/docs/community-guide/building.part.html Wed Mar 13 22:42:23 2013
@@ -215,6 +215,12 @@ configuration/build system:</p>
    -Karl
 </pre>
 
+<div class="h3" id="revert">
+<h3>Reverting breaking changes
+  <a class="sectionlink" href="<!--#echo var="GUIDE_BUILDING_PAGE" -->#revert"
+    title="Link to this section">&para;</a>
+</h3>
+
 <p>The build system is a vital tool for all developers working on trunk.
 Sometimes, changes made to the build system work perfectly fine for
 one developer, but inadvertently break the build system for another.</p>
@@ -242,6 +248,8 @@ certain that their new version definitel
 revised version for testing to the reverting committer before committing
 it again.</p>
 
+</div> <!-- revert -->
+
 </div> <!-- configury -->