From 0d18aaa5fd8da725761333726697eecad34518dd Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Sat, 18 Mar 2006 20:23:14 +0000 Subject: [PATCH] Fix various cosmetic and documentation errors. Patch by: Ed Price * contrib/client-side/svn_export_empty_files.py * contrib/client-side/svncopy.README * contrib/hook-scripts/svn2rss.py * notes/fs-improvements.txt * notes/wc-improvements * subversion/bindings/java/README * subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/SVNTests.java * subversion/include/mod_dav_svn.h * subversion/include/svn_auth.h * subversion/include/svn_types.h * subversion/include/svn_wc.h * subversion/libsvn_client/client.h * subversion/libsvn_fs_base/notes/fs-history * subversion/libsvn_wc/adm_ops.c * subversion/libsvn_wc/entries.c * subversion/libsvn_wc/entries.h * subversion/libsvn_wc/log.c * subversion/svn/main.c * subversion/svnserve/serve.c * subversion/tests/cmdline/svntest/tree.py * www/faq.html Fix typos, spelling, punctuation and wording in documentation. Fix whitespace. * INSTALL * build/win32/vc6-build.bat.in * subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java * subversion/tests/README * tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf * tools/test-scripts/svntest/mod_dav_svn.conf Fix test directory name in documentation and examples, after r17718 moved it. * notes/releases.txt: Remove obsolete text. Fix test directory name. Add 'make check-swig-py'. Fix whitespace. git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@859020 13f79535-47bb-0310-9956-ffa450edef68 --- svntest/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svntest/tree.py b/svntest/tree.py index 2d7ab11..6fc5727 100644 --- a/svntest/tree.py +++ b/svntest/tree.py @@ -191,7 +191,7 @@ class SVNTreeNode: print " Attributes:", self.atts ### FIXME: I'd like to be able to tell the difference between ### self.children is None (file) and self.children == [] (empty - ### diretory), but it seems that most places that construct + ### directory), but it seems that most places that construct ### SVNTreeNode objects don't even try to do that. --xbc ### ### See issue #1611 about this problem. -kfogel -- 2.11.4.GIT