Olaf Hering <olh@suse.de>


Patch Suggested
r870913, r869076, r869075, r869073, r869071, r857936, r846216, r843209 r869135

r843209 | brane | 2002-09-05 05:41:30 +0000 (Thu, 05 Sep 2002)

Fix for issue #889.

Patch by: Olaf Hering <olh@tigris.org>

* Makefile.in: Replace @APXS@.
* build/gen_make.py (MakefileGenerator.write): Use $(DESTDIR) when installing
mod_dav_svn.so with APXS.


r846216 | sussman | 2003-06-04 20:19:15 +0000 (Wed, 04 Jun 2003)

Stop installing the info pages for svn's ancient design document.
It's one thing to keep original design doc around for historical interest,
but ridiculous to install it as system documentation.  :-)

Patch by: Olaf Hering <olh@tigris.org>
(From issue #1329.)


r857936 | kfogel | 2005-12-19 23:46:46 +0000 (Mon, 19 Dec 2005)

* www/project_packages.html (suse): Update mirror link.

Patch by: Olaf Hering <olh@suse.de>


r869071 | kfogel | 2008-01-23 15:23:08 +0000 (Wed, 23 Jan 2008)

* subversion/libsvn_wc/props.c
  (set_prop_merge_state): Initialize secondary loop condition.

Patch by: Olaf Hering <olh@suse.de>


r869073 | cmpilato | 2008-01-23 15:34:07 +0000 (Wed, 23 Jan 2008)

Change shebang lines to refer to 'python' generically instead of 'python2.2'.

* tools/server-side/test_svn_dav_log_parse.py,
* tools/server-side/svn_dav_log_parse.py

Patch by: Olaf Hering <olh@suse.de>


r869075 | cmpilato | 2008-01-23 15:45:11 +0000 (Wed, 23 Jan 2008)

Fix some SEGFAULTs which crop up in kdesvn.  
(https://bugzilla.novell.com/show_bug.cgi?id=343706)

* subversion/libsvn_subr/cmdline.c
  (svn_cmdline_init): Check 'error_stream' for non-NULL-ness before
    using it.

Patch by: Olaf Hering <olh@suse.de>

Also accidentally committed in this changeset:

* subversion/bindings/swig/include/svn_containers.swg
  (STRINGLIST_MAY_BE_NULL): Implement this for Python.

* subversion/bindings/swig/svn_wc.i
  (STRINGLIST_MAY_BE_NULL): Apply this for 'changelists' parameters.

* subversion/bindings/swig/svn_client.i
  Merge two similar typemap applications into one statement.


r869076 | hwright | 2008-01-23 15:55:22 +0000 (Wed, 23 Jan 2008)

Avoid returning random data in the Perl bindings.

* subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
  (svn_swig_pl_info_receiver): Return a value from this non-void function.

Patch by: Olaf Hering <olh@suse.de>


r869135 | julianfoad | 2008-01-27 22:20:27 +0000 (Sun, 27 Jan 2008)

Perl bindings doc-string fix.

* subversion/bindings/swig/perl/native/Ra.pm
  (get_log): Correct the perldoc for the $paths parameter, which
    must be '' not '/' to indicate 'all paths'.

Suggested by: Olaf Hering <olh@suse.de>


r870913 | hwright | 2008-04-29 16:41:00 +0000 (Tue, 29 Apr 2008)

Apply patch at
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=137828

This fixes compiler warning, which has been introduced while resolving the
conflict from merge of r30633 from trunk.

Votes: 
  +1 kameshj, arfrever, glasser

Patch by: Olaf Hering <olh@suse.de>