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

ann -v

From: paptimusx <paptimusx_at_gmail.com>
Date: Wed, 26 Mar 2008 10:20:50 +0900

hi there.

there are probmem in ann(=blame) option.

there are short to me.
% svn ann Makefile
  9461 myname objs=\
  9461 myname a.objJ\

then add -v option
% svn ann -v Makefile
  9461 myname 2007-12-14 19:59:47 +0900 (金, 14 12 2007) objs=\
  9461 myname 2007-12-14 19:59:47 +0900 (金, 14 12 2007) a.obj\

1. I think there are duplicate infomatin.
   Is it good only in the first half?

   2007-12-14 19:59:47 +0900
   (金, 14 12 2007)

2. there are some problem in locale.
   How can I solve this problem?
   I think that the method is only in the correction of the source code.

% set LANG=en
% svn ann -v Makefile
#=> same result

% set LC_ALL=en
% svn ann -v Makefile
#=> same result

% set LC_ALL=c
% svn ann -v Makefile
#=> same result

% set LC_TIME=en
% svn ann -v Makefile
#=> same result

% chcp 437
% svn ann -v Makefile
#=> same result

% mv xxxx/Subversion/share/locale xxxx/Subversion/share/xx_locale
% svn ann -v Makefile
#=> same result oops!

% ver
Microsoft Windows XP [Version 5.1.2600]
% svn --version
svn, version 1.4.5 (r25188)
   compiled Aug 22 2007, 20:49:04

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-26 02:21:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.