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

Re: svn diff character set handling problem

From: <kfogel_at_collab.net>
Date: 2005-02-05 23:58:02 CET

Wang Jian <lark@linux.net.cn> writes:
> 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 closest we have is

   http://subversion.tigris.org/issues/show_bug.cgi?id=1533

... but I'm not sure (I only had a moment to glance it it right now)
if that is your bug. I think not, but am not positive about that.

Is Subversion's output correctly encoded in all other circumstances
for you, except diff headers?

-Karl

> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 6 00:11:36 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.