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

Re: Missing UTF8 conversion in svn_wc__remove_wcprops?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-28 18:26:13 CEST

Philip Martin <philip@codematters.co.uk> writes:
> In libsvn_wc/copy.c:svn_wc__remove_wcprops
>
> SVN_ERR (svn_wc__wcprop_path (&wcprop_path,
> svn_wc_adm_access_path (adm_access),
> 0, subpool));
> (void) apr_file_remove (wcprop_path, subpool);
>
> Should there be a svn_utf_cstring_from_utf8 in there?

Nah, just a call to svn_io_remove_file() instead of apr_file_remove().

I've got it as a local mod & will commit. But first need to upgrade
httpd to a working head, rebuild/reinstall, reinstall subversion, and
run "make check" over dav... so watch for that commit later this year
:-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 28 18:46:12 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.