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

Re: svn commit: r1100466 - in /subversion/trunk/subversion: include/private/svn_editor.h include/svn_editor.h libsvn_delta/editor.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 7 May 2011 10:54:37 +0300

Shouldn't we put #ifdef guards around editor.c to prevent it from being
compiled? Nothing uses that code right now.

gstein_at_apache.org wrote on Sat, May 07, 2011 at 06:53:25 -0000:
> Author: gstein
> Date: Sat May 7 06:53:24 2011
> New Revision: 1100466
>
> URL: http://svn.apache.org/viewvc?rev=1100466&view=rev
> Log:
> We don't want to publish the svn_editor API for 1.7. Move the header
> into the private area.
>
> * subversion/include/svn_editor.h:
> (): moved to ...
>
> * subversion/include/private/svn_editor.h:
> (): ... here
>
> * subversion/libsvn_delta/editor.c:
> (): adjust svn_editor.h include to account for the move
>
> Added:
> subversion/trunk/subversion/include/private/svn_editor.h
> - copied unchanged from r1100458, subversion/trunk/subversion/include/svn_editor.h
> Removed:
> subversion/trunk/subversion/include/svn_editor.h
> Modified:
> subversion/trunk/subversion/libsvn_delta/editor.c
>
> Modified: subversion/trunk/subversion/libsvn_delta/editor.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/editor.c?rev=1100466&r1=1100465&r2=1100466&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_delta/editor.c (original)
> +++ subversion/trunk/subversion/libsvn_delta/editor.c Sat May 7 06:53:24 2011
> @@ -26,7 +26,8 @@
> #include "svn_types.h"
> #include "svn_error.h"
> #include "svn_pools.h"
> -#include "svn_editor.h"
> +
> +#include "private/svn_editor.h"
>
>
> struct svn_editor_t
>
>
Received on 2011-05-07 09:55:49 CEST

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.