I guess this commit didn't catch all the places where we print paths,
right? Nor did it teach the client to accept paths in the local style,
since we don't do svn_path_internal_style on input everywhere. That's
O.K.; I'm just trying to fix the python tests to convert \ to / wherever
we're checking paths (places like tree.py, for example).
kfogel@tigris.org wrote:
>Author: kfogel
>Date: Tue May 13 11:22:30 2003
>New Revision: 5912
>
>Modified:
> trunk/subversion/clients/cmdline/feedback.c
> trunk/subversion/clients/cmdline/status.c
> trunk/subversion/libsvn_subr/io.c
> trunk/subversion/libsvn_subr/path.c
> trunk/subversion/libsvn_wc/lock.c
>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.
>
>
--
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 May 15 00:22:32 2003