You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Gillespie <ep...@pretzelnet.org> on 2007/05/07 20:43:20 UTC

[PATCH] Bind svn_path_internal_style and svn_path_local_style

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

Re: [PATCH] Bind svn_path_internal_style and svn_path_local_style

Posted by Eric Gillespie <ep...@pretzelnet.org>.
Committed revision 24997.

Eric Gillespie <ep...@pretzelnet.org> writes:

> 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
> 

-- 
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org