Author: pburba Date: Fri Oct 1 20:22:27 2010 New Revision: 1003632 URL: http://svn.apache.org/viewvc?rev=1003632&view=rev Log: Update a few references to HACKING so we point to its new home.
* INSTALL * README * tools/dev/contribulyze.py www/hacking.html lives here now: http://subversion.apache.org/docs/community-guide/ Modified: subversion/trunk/INSTALL subversion/trunk/README subversion/trunk/tools/dev/contribulyze.py Modified: subversion/trunk/INSTALL URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1003632&r1=1003631&r2=1003632&view=diff ============================================================================== --- subversion/trunk/INSTALL (original) +++ subversion/trunk/INSTALL Fri Oct 1 20:22:27 2010 @@ -1421,7 +1421,7 @@ III. BUILDING A SUBVERSION SERVER To run the regression test suite for networked Subversion, see the instructions in subversion/tests/cmdline/README. For advice about tracing problems, see "Debugging the server" in - www/hacking.html. + http://subversion.apache.org/docs/community-guide/. E. Alternative: 'svnserve' and ra_svn Modified: subversion/trunk/README URL: http://svn.apache.org/viewvc/subversion/trunk/README?rev=1003632&r1=1003631&r2=1003632&view=diff ============================================================================== --- subversion/trunk/README (original) +++ subversion/trunk/README Fri Oct 1 20:22:27 2010 @@ -45,8 +45,9 @@ II. DOCUMENTATION III. PARTICIPATING IN THE SUBVERSION COMMUNITY - First, read www/hacking.html! It describes Subversion coding and - log message standards, as well as how to join discussion lists. + First, read http://subversion.apache.org/docs/community-guide/ + It describes Subversion coding and log message standards, as well + as how to join discussion lists. Talk on IRC with developers: irc.freenode.net, channel #svn-dev. Modified: subversion/trunk/tools/dev/contribulyze.py URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/contribulyze.py?rev=1003632&r1=1003631&r2=1003632&view=diff ============================================================================== --- subversion/trunk/tools/dev/contribulyze.py (original) +++ subversion/trunk/tools/dev/contribulyze.py Fri Oct 1 20:22:27 2010 @@ -28,8 +28,9 @@ # # Some Subversion project log messages include parseable data to help # track who's contributing what. The exact syntax is described in -# hacking.html#crediting, but here's an example, indented by three -# spaces, i.e., the "Patch by:" starts at the beginning of a line: +# http://subversion.apache.org/docs/community-guide/conventions.html#crediting, +# but here's an example, indented by three spaces, i.e., the "Patch by:" +# starts at the beginning of a line: # # Patch by: David Anderson <[email protected]> # <[email protected]>
