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