Scott Lamb <slamb@slamb.org>
r842605 | cmpilato | 2002-07-15 23:55:03 +0000 (Mon, 15 Jul 2002)
Simple regression tests for "svnadmin dump" issues #776 and #794.
These do *not* actually verify the dump is correct, merely that it
completes without error.
Patch by: Scott Lamb <slamb@slamb.org>
(Minor tweaks by me to make the test descriptions consistent with others.)
* subversion/tests/clients/cmdline/svnadmin.py:
(dump_copied_dir): New test for issue #776.
(dump_move_dir_modify_child): New test for issue #794.
r842654 | gstein | 2002-07-18 18:14:55 +0000 (Thu, 18 Jul 2002)
Require SWIG version 1.3.12.
* subversion/bindings/swig/README: bump version from 1.3.10 to 1.3.12.
* configure.in: enforce requirement.
Patch by: Scott Lamb <slamb@slamb.org>
r842990 | kfogel | 2002-08-08 21:01:16 +0000 (Thu, 08 Aug 2002)
Add "Best Practices" chapter to handbook.
Patch by: Scott Lamb <slamb@slamb.org>
* doc/handbook/best_practices.texi: New file.
* doc/handbook/svn-handbook.texi: Link to new chapter.
r843155 | kfogel | 2002-08-27 19:20:12 +0000 (Tue, 27 Aug 2002)
* subversion/clients/cmdline/main.c:
(main): Error out on CVS-style '-rM -rN' syntax and suggest '-rM:N'
instead.
Patch by: Scott Lamb <slamb@slamb.org>
r843210 | brane | 2002-09-05 06:38:25 +0000 (Thu, 05 Sep 2002)
Fix for issue #884: Move library version near other version
information and fix ra_loader.
Patch by: Scott Lamb <slamb@slamb.org>
* build.conf:
Remove library version.
* subversion/include/svn_version.h:
Add library version.
* build/gen_base.py:
Extract library version from svn_version.h
* build/gen_make.py:
Pass through svn_version.h filename.
* gen-make.py:
Build svn_version.h filename.
* subversion/libsvn_ra/ra_loader.c:
Include svn_version.h and create filenames with library version component.