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

svn diff character set handling problem

From: Wang Jian <lark_at_linux.net.cn>
Date: 2005-02-05 22:03:24 CET

Hi,

I am using svn 1.1.3 under LC_* = zh_CN, and

[lark@home net]$ svn diff baserequestgenerator.class.php
Index: baserequestgenerator.class.php
===================================================================
--- baserequestgenerator.class.php (修订版 956)?
++ baserequestgenerator.class.php (工作拷贝)
@@ -494,7 +494,8 @@

[lark@home net]$ svn diff --diff-cmd=/usr/bin/diff --extensions "-u" baserequestgenerator.class.php
Index: baserequestgenerator.class.php
===================================================================
--- baserequestgenerator.class.php ޶ 956
+++ baserequestgenerator.class.php
@@ -494,7 +494,8 @@

The difference is in the label. /usr/bin/diff output is correct, while
svn builtin diff is not.

I haven't digged in bug database, so this bug may be already known.

The version information

[lark@home net]$ LC_ALL=C svn --version
svn, version 1.1.3 (r12730)
   compiled Jan 21 2005, 17:40:13

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

-- 
  lark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 5 22:04:41 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.