]> granicus.if.org Git - check/commitdiff
Remove mention of SVN from HACKING
authorBranden Archer <brarcher@lexmark.com>
Thu, 24 Dec 2015 20:14:27 +0000 (15:14 -0500)
committerBranden Archer <brarcher@lexmark.com>
Thu, 24 Dec 2015 20:14:27 +0000 (15:14 -0500)
HACKING

diff --git a/HACKING b/HACKING
index 511741f6bf369fa4c992c0e93591783a3bdb49ff..845e3afb2db5234175e0d54551ad3255fd6903f6 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -15,14 +15,6 @@ are three-fold:
 
   3) it reduces the number of decisions that must be made
 
-So far, the only intentional deviation from the standards is the use
-of `svn log -v > SVNChangeLog' to generate an SVNChangeLog, rather
-than manual editing.  Subversion solves many of the problems in CVS,
-for which the GNU ChangeLog rules are written, the lack of atomic
-commits being one of them.  However, this doesn't work for make
-distcheck because it never reaches the SVN working copy, so perhaps a
-better mechanism is needed.
-
 Release Process
 ===============