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

Re: svn commit: r15013 - branches/ebcdic/trunk/subversion/clients/cmdline

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-06-09 01:02:05 CEST

On Wed, 2005-06-08 at 15:35 -0500, pburba@tigris.org wrote:
>Author: pburba
>Date: Wed Jun 8 15:35:33 2005
>New Revision: 15013
>
>Modified:
> branches/ebcdic/trunk/subversion/clients/cmdline/ls-cmd.c
>
>Log:
>Port of svn ls via file:/// for OS/400.
>
>Note: When using the --xml option, output is in utf-8.
>
>* subversion/clients/cmdline/ls-cmd.c
> Include svn_utf.h and svn_ebcdic.h
>
> (AUTHOR_STR):
> (ENTRY_STR):
> (COMMIT_STR):
> (DATE_STR):
> (DIR_STR):
> (FILE_STR):
> (KIND_STR):
> (LIST_STR):
> (LISTS_STR):
> (NAME_STR):
> (PATH_STR):
> (REVISION_STR):
> (SIZE_STR):
> New ascii escaped symbolic constants.
...

You can comman-separate your symbol names to decrease the amount of
vertical space necessary. Example:

  (FILE_STR, KIND_STR, LIST_STR): New ascii escaped symbolic constants.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 9 01:04:17 2005

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.