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

Re: [PATCH] Re: Poor support for \ on windows from the C API?

From: solo turn <soloturn99_at_yahoo.com>
Date: 2003-11-17 16:27:16 CET

for post-1.0 i would really appreciate, if there could be a mechanism useful for commandline:
choose output style "/", or "\".

usage:
you do "svn up" and get:
U com\emacs\barry.java

and then you copy and paste this to something like:
svn log http://www.barryemacs.org/svn/rep/com\emacs\barry.java

which does not work.

or, in general, we use output paths for composing urls sent to the server.

-solo.

--- Barry Scott <barry@barrys-emacs.org> wrote:
> The answer to my problem with \ is to use these pair of functions
> extern'ed in svn_path.h
>
> /** Convert @a path from the local style to the canonical internal style. */
> const char *svn_path_internal_style (const char *path, apr_pool_t *pool);
>
> /** Convert @a path from the canonical internal style to the local style. */
> const char *svn_path_local_style (const char *path, apr_pool_t *pool);
>
> Then all the assert will go away?
>
> Barry
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 17 16:28:43 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.