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

Re: [PATCH] fix for ?\nnn in outputs from 'svn ls -v'

From: <kfogel_at_collab.net>
Date: 2004-11-03 17:20:50 CET

Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:
> 'svn ls -v' displayed '?\nnn's for the last changed date.
>
> nori1[16:06]% svn ls -v ~/svnwc/mantle
> 1 nori1 572 10?\183?\238 24 18:28 GUIDELINES
> 6 nori1 10?\183?\238 30 07:10 calculation/
> 7 nori1 11?\183?\238 01 21:51 notes/
> 4 nori1 10?\183?\238 28 22:07 publication/
>
> Since I had learned this regression was due to double translation thanks
> to r11172, I created and present a patch (only an one-line change).
> Prease check it.
>
> Thanks in advance,

I'm assuming this passes 'make check'? If so, +1 to commit.

It looks like we always meant to use utf8_timestr there, we just
forgot to. Oops.

Note that svn.collab.net will allow you to commit this. Our commit
domains are not enforced by the server, they're merely remembered by
the humans. So you can commit, just make sure to say "Approved by: kfogel"
or something like that in your log message.

Thanks for the patch!

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 3 19:15:16 2004

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.