[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 3091 - trunk/subversion/libsvn_wc

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-28 22:29:44 CEST

kfogel@tigris.org writes:

> Modified: trunk/subversion/libsvn_wc/copy.c
> ==============================================================================
> --- trunk/subversion/libsvn_wc/copy.c (original)
> +++ trunk/subversion/libsvn_wc/copy.c Wed Aug 28 14:16:19 2002
> @@ -56,7 +56,7 @@
>
> /* Remove this_dir's wcprops */
> SVN_ERR (svn_wc__wcprop_path (&wcprop_path, path, 0, subpool));
> - (void) apr_file_remove (wcprop_path, subpool);
> + (void) svn_io_remove_file (wcprop_path, subpool);

An ignored error should go through svn_error_clear_all.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 28 22:30:34 2002

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.