Eric Dorland <eric@debian.org>


Patch
r22203, r5515

r22203 | blair | 2006-11-03 09:03:53 -0600 (Fri, 03 Nov 2006)

Fix a bug with filenames containing @'s.

Patch by: Eric Dorland <eric@debian.org>

* contrib/client-side/svn_load_dirs.pl.in:
  Fix a problem where if a filename contains the @ character, then svn
    propget will either fail or possibly return the incorrect
    information.  So always append @BASE to all filenames.  This fixes
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359145 .


r5515 | philip | 2003-04-01 15:08:06 -0600 (Tue, 01 Apr 2003)

Add support for zlib compressed streams.

Patch by: Eric Dorland <eric.dorland@mail.mcgill.ca>

* configure.in: Add --with-zlib.

* subversion/include/svn_io.h (svn_stream_compressed): New function.

* subversion/libsvn_subr/stream.c
  (define ZBUFFER_SIZE): New constant.
  (struct zbaton): New type.
  (zalloc, zfree, zerr_to_svn_error, read_helper_gz, read_handler_gz,
   write_handler_gz, close_handler_gz, svn_stream_compressed): New functions.

* subversion/tests/libsvn_subr/stream-test.c
  (generate_test_bytes, test_stream_compressed): New test.