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

Re: viewcvs not working anymore on windows with current version o f tr unk due to changes in apr.i

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-25 16:55:06 CET

Marc, does this patch work for you? If so, I'll commit it up.

Index: subversion/bindings/swig/svn_types.i
===================================================================
--- subversion/bindings/swig/svn_types.i (revision 8824)
+++ subversion/bindings/swig/svn_types.i (working copy)
@@ -172,7 +172,7 @@
 
 /* We have to use APR_INT64_T_FMT because SWIG won't convert the
    SVN_FILESIZE_T_FMT to the actual value only APR_INT64_T_FMT */
-#if APR_INT64_T_FMT == "lld"
+#if APR_INT64_T_FMT == "lld" || APR_INT64_T_FMT == "I64d"
 
 %typemap(python,argout,fragment="t_output_helper") svn_filesize_t *
     "$result = t_output_helper($result,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 25 16:55:26 2004

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.