You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2003/07/10 20:14:12 UTC

Re: svn commit: rev 6435 - trunk/subversion/libsvn_client

kfogel@tigris.org wrote:

>+
>+      err = svn_io_remove_file ((const char *)key, subpool);
>+
>+      if (err)
>+        {
>+          if (err->apr_err != APR_ENOENT)
>+            return err;
>+          else
>+            svn_error_clear (err);
>+        }
>  
>
if (!APR_STATUS_IS_ENOENT(err->apr_err)), please.


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


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