Daniel <danielsh@fastmail.fm>


Found Patch Suggested
r868428, r864410 r868906, r868449 r868916

r864410 | vgeorgescu | 2007-04-02 12:28:43 +0000 (Mon, 02 Apr 2007)

Follow-up to r24116.

* win-tests.py
  (locate_libs): Test the value of gen_obj.bdb_lib, not bdb_path, which is
   never None.

Found by: Daniel <danielsh+svn-dev@fastmail.fm>


r868428 | djh | 2007-12-09 20:32:18 +0000 (Sun, 09 Dec 2007)

Only generate X64 platforms on supported visual studio releases (Update
to r26854)

* build/generator/gen_win.py
  (WinGeneratorBase) Only add x64 platform for VS2005 and VS2008
  (move_proj_file) Provide platforms and configs data to project templates.

* build/generator/neon.vcproj.ezt
* build/generator/serf.vcproj.ezt
* build/generator/svn_locale.vcproj.ezt
* build/generator/zlib.vcproj.ezt
  Use platforms to generate project files.

* build/generator/svn_config.vcproj.ezt
  Use platforms and configs data to generate project file.

Patch by: Bert Huijben <b.huijben@competence.biz>
Found by: Daniel <danielsh@fastmail.fm>


r868449 | glasser | 2007-12-10 20:00:45 +0000 (Mon, 10 Dec 2007)

Follow-up to r27614: Fix segfault.

* subversion/libsvn_repos/hooks.c
  (svn_repos__hooks_start_commit): Allocate one more array element.

Patch by: danielsh@fastmail.fm


r868906 | lgo | 2008-01-09 21:41:57 +0000 (Wed, 09 Jan 2008)

Add regression test for issue #3068.

* subversion/tests/cmdline/copy_tests.py
  (allow_unversioned_parent_for_copy_src): New test for issue #3068.
  (test_list): Run it.

Suggested by: glasser
Patch by: Daniel <danielsh@fastmail.fm>
          me
(tweaks)


r868916 | lgo | 2008-01-10 09:05:33 +0000 (Thu, 10 Jan 2008)

Fix comment.

* subversion/tests/cmdline/copy_tests.py
  (allow_unversioned_parent_for_copy_src): Match comment with what's actually
   happening.

Suggested by: Daniel <danielsh@fastmail.fm>