You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by paptimusx <pa...@gmail.com> on 2008/03/26 01:20:50 UTC

ann -v

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org