summaryrefslogtreecommitdiff
path: root/doc/README.svn
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:24:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:24:26 +0000
commitafb79913ce00d885b8b43f7478e1e054edadb567 (patch)
treeb9037afac70edd3c6342318cedbbadc648b799ca /doc/README.svn
Notes
Diffstat (limited to 'doc/README.svn')
-rw-r--r--doc/README.svn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/README.svn b/doc/README.svn
new file mode 100644
index 000000000000..7f188987b091
--- /dev/null
+++ b/doc/README.svn
@@ -0,0 +1,17 @@
+README.svn
+
+For a svn checkout
+* configure script, aclocal.m4, as well as yacc/lex output files are
+ committed to the repository.
+* use --enable-debug flag for configure to enable dependency tracking and
+ assertions, otherwise, use make clean; make after svn update.
+
+* Note changes in the Changelog.
+* Every check-in a postcommit hook is run
+ (the postcommit hook is in the svn/unbound/hooks directory).
+ * generates commit email with your changes and comment.
+ * compiles and runs the tests (with testcode/do-tests.sh).
+ * If build errors or test errors happen
+ * Please fix your errors and commit again.
+
+* Use gnu make to compile, make or 'gmake'.