[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 5912 - in trunk/subversion: clients/cmdline libsvn_subr libsvn_wc

From: <kfogel_at_collab.net>
Date: 2003-05-13 18:14:02 CEST

So, now that that's done, my next question is:

Should svn_path_local_style() always convert the incoming UTF8 path to
native encoding? I think that would be appropriate for all callers,
and it would smallify some code... Thoughts?

-K

kfogel@tigris.org writes:
> Log:
> Represent the current directory as "." in local path style:
>
> * subversion/libsvn_subr/path.c
> (svn_path_local_style): If path is "", just return "."
>
> * subversion/libsvn_subr/io.c
> (io_check_path): Use svn_path_local_style.
>
> * subversion/clients/cmdline/status.c: Include svn_path.h.
> (svn_cl__print_status_list): Same.
>
> * subversion/clients/cmdline/feedback.c: Include svn_path.h.
> (svn_utf_cstring_from_utf8): Same.
>
> * subversion/libsvn_wc/lock.c
> (create_lock, do_open, svn_wc_adm_probe_open): Same.
>
> Thanks to Brane for suggesting this tweak, in issue #1291.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 18:57:00 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.