diff --git a/general/prog/subversion.xml b/general/prog/subversion.xml index 519f61b0d5..c88ca9cacc 100644 --- a/general/prog/subversion.xml +++ b/general/prog/subversion.xml @@ -237,20 +237,6 @@ make update_tests.py suites are known to fail. - - To test the results of the Java bindings build, - issue LANG=C make check-javahl. - - - To test the results of any of the SWIG bindings, you can use any of the following commands: @@ -291,6 +277,21 @@ cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;make install-swig-rb + + The java bindings need to be installed in order for the tests to run, + since the tests attempt to look for them in CLASSPATH. To test the + results of the Java bindings build, issue + LANG=C make check-javahl. + +