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

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

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-07-10 22:14:12 CEST

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   <brane_at_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
Received on Thu Jul 10 22:17:11 2003

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.