Re: [PATCH] Fix issue #1673 - svn merge reports File Not Found (single, unmodified,
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-08-08 23:27:52 CEST
"Marcos Chaves" <mchvs@hotmail.com> writes:
> - SVN_ERR (svn_io_remove_file (tmpfile1, pool));
Your mailer appears to have mangled the patch.
Don't check ENOENT explicitly, use APR_STATUS_IS_ENOENT instead.
> + {
An svn_error_t cannot simply be abandoned, it must either be returned
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Aug 8 23:28:06 2004 |
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.