Jens Peters <jpeters7677@gmx.de>
r31737 | kfogel | 2008-06-14 20:46:58 -0500 (Sat, 14 Jun 2008)
Fix a compile error when building javahl with nls support for Windows x64.
Patch by: Jens Peters <jpeters7677@gmx.de>
* subversion/bindings/javahl/native/JNIUtil.cpp
(JNIUtil::JNIGlobalInit): Change the type of 'inwords' and
'outbytes' to apr_size_t.
r31039 | kfogel | 2008-05-05 20:17:59 -0500 (Mon, 05 May 2008)
Fix two translation tests that would fail when run over https://.
* subversion/tests/cmdline/trans_tests.py
(keywords_from_birth, keyword_expanded_on_checkout): Add "https" to
the regexp of patterns to match.
Patch by: <jpeters7677@gmx.de>
(Lines re-wrapped by me.)
r25491 | dlr | 2007-06-21 15:55:35 -0500 (Thu, 21 Jun 2007)
* STATUS: Nominate r23494 for backport from trunk to the 1.4.x branch.
Suggested by: Jens Peters <jpeters7677@gmx.de>
r24296 | djh | 2007-03-31 08:25:13 -0500 (Sat, 31 Mar 2007)
Add imports missed but needed for hot-backup.py.in changes in r24289.
Patch by: Jens Peters <jpeters7677@gmx.de>
* tools/backup/hot-backup.py.in
Add missing imports.
r24289 | djh | 2007-03-30 21:46:58 -0500 (Fri, 30 Mar 2007)
Replace os.rmtree with the safe_rmtree implementation from the test
suite so that we can remove read-only files on Windows.
Suggested by: Chris Foote <cfoote@v21.me.uk>
Jens Peters <jpeters7677@gmx.de>
* tools/backup/hot-backup.py.in
(chmod_tree): New method for setting permissions on a tree.
(safe_rmtree): New method for dropping possibly read-only directory trees.
r23900 | dlr | 2007-03-19 15:29:38 -0500 (Mon, 19 Mar 2007)
Allow overriding of default "http-auth-type" configuration (e.g. to
force BASIC auth, even if your server supports SSPI and SSL).
* subversion/libsvn_ra_dav/session.c
(svn_ra_dav__open): Initialize neon_auth_types to 0 before calling
get_server_settings() to read the "http-auth-type" parameter from
the configuration. If no auth types are specified in the config,
provide the appropriate defaults.
Patch by: me
Jens Peters <jpeters7677@gmx.de>
r20108 | djh | 2006-06-14 17:26:13 -0500 (Wed, 14 Jun 2006)
Fix input/output encoding support when built with VC2005.
Newer versions of MS' CRT do the codepage translation for us
so we don't need to do it ourselves if the compiler is new
enough.
Found by: Jens Peters <jpeters7677@gmx.de>
Review by: brane
* subversion/libsvn_subr/cmdline.c
(svn_cmdline_init): VC2005 doesn't need to do special encoding.
r18054 | dlr | 2006-01-10 16:33:06 -0600 (Tue, 10 Jan 2006)
Fix JavaHL compile error with Visual Studio 2005 (with correct syntax,
as opposed to in r18032).
* subversion/bindings/java/javahl/native/JNIUtil.cpp
(JNIUtil::JNIGlobalInit): Cast 'ucs2_path' to 'apr_wchar_t *' to
prevent a data type mismatch error from VS2005.
Patch by: Jens Peters <jpeters7677@gmx.de>
Review by: me
lundblad
r18032 | dlr | 2006-01-09 20:53:38 -0600 (Mon, 09 Jan 2006)
Fix JavaHL compile error with Visual Studio 2005.
* subversion/bindings/java/javahl/native/JNIUtil.cpp
(JNIUtil::JNIGlobalInit): Cast 'ucs2_path' to 'apr_wchar_t *' to
prevent a data type mismatch error from VS2005.
Patch by: Jens Peters <jpeters7677@gmx.de>
Review by: me