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

[PATCH] Bind svn_path_internal_style and svn_path_local_style

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-05-07 22:43:20 CEST

What was the motivation for ignoring these? It's rather
important to have them if you want your application to work on
Windows as well as Linux...

[[[
* subversion/bindings/swig/core.i
  Don't %ignore svn_path_internal_style and svn_path_local_style.
]]]

Index: subversion/bindings/swig/core.i
===================================================================
--- subversion/bindings/swig/core.i (revision 24955)
+++ subversion/bindings/swig/core.i (working copy)
@@ -181,8 +181,8 @@
  * EVERY function in the file is listed in the order it appears, and is either
  * %ignore-d, or present as a comment, explicitly documenting that we wrap it.
  */
-%ignore svn_path_internal_style;
-%ignore svn_path_local_style;
+// svn_path_internal_style;
+// svn_path_local_style;
 %ignore svn_path_join;
 %ignore svn_path_join_many;
 %ignore svn_path_basename;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 7 22:44:34 2007

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.