[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Seeking JavaHL developers for RC

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-10-19 19:53:19 CEST

Philip Martin <philip@codematters.co.uk> wrote on 10/19/2005 01:25:18 PM:

> Index: java/javahl/native/JNIUtil.cpp
> ===================================================================
> --- java/javahl/native/JNIUtil.cpp (revision 16820)
> +++ java/javahl/native/JNIUtil.cpp (working copy)
> @@ -28,6 +28,7 @@
>
> #include "svn_pools.h"
> #include "svn_config.h"
> +#include "svn_wc.h"
> #include "svn_path.h"
> #include <apr_file_info.h>
> #include "svn_private_config.h"
> @@ -177,6 +178,20 @@
> unsigned int inwords, outbytes, outlength;
>
> apr_pool_create (&pool, 0);
> + if (getenv ("SVN_ASP_DOT_NET_HACK"))
> + {
> + svn_error_t *err = svn_wc_set_adm_dir ("_svn", pool);
> + if (err)
> + {
> + svn_error_clear(err);
> + if (stderr)
> + fprintf(stderr,
> + "%s: error: SVN_ASP_DOT_NET_HACK failed\n",
> + "svnjavahl");
> + return FALSE;
> + }
> + }
> +
> /* get dll name - our locale info will be in '../share/locale'
*/
> inwords = sizeof (ucs2_path) / sizeof(ucs2_path[0]);
> HINSTANCE moduleHandle = GetModuleHandle("libsvnjavahl-1");

One more thing. Isn't this supposed to be conditioned on WIN32 and CYGWIN
only?

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 19 19:54:46 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.