steveking <steveking@gmx.ch>


Patch Review Suggested
r16084 r17503 r15734

r17503 | lundblad | 2005-11-23 17:32:17 -0600 (Wed, 23 Nov 2005)

* www/hacking.html (tarball-signing): New section to document how the release
  signing works.

Review by: steveking <steveking@gmx.ch>
           mbk
           malcolm
           danderson
           kfogel
           maxb
           Bruce DeVisser <bmdmail@sympatico.ca>


r16084 | dionisos | 2005-09-07 13:07:48 -0500 (Wed, 07 Sep 2005)

Avoid reallocation of array holding the auth providers on Windows.

'Just because it's nicer' (TM).

Patch by: SteveKing <steveking@gmx.ch>

* subversion/clients/cmdline/main.c
 (main): Increase the initial array size by one.


r15734 | lundblad | 2005-08-16 02:00:06 -0500 (Tue, 16 Aug 2005)

Fix crash when svn_client_lock or _unlock is passed an empty array.

Suggested by: Stefan Kúng <steveking@gmx.ch>

* subversion/libsvn_client/locking_commands.c
  (svn_client_lock, svn_client_unlock): Just return if there are no targets.