You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Hauner <ma...@gmx.net> on 2005/10/14 14:21:50 UTC

l10n weirdness..

Hi,

today i noticed that patch files created with subversion also contain
translated "control" information.

In the partial patch file example below

"Property changes on" as property changes are listed without translation

is shown as

"Eigenschaftsänderungen" with a german locale.


I don't think that it is a good idea to translate "control" information
in the patch file. Whenever an svn aware patch utility will be available
it will have a hard time to find the property changes if svn doesn't use
a fixed info to mark them.

I think that svn should create the same patch file independent of the
locale settings of the machine it is running on.

- snip ------------------------------------------------------------------------
+}

Eigenschaftsänderungen: d:\dev\src\subcommander\sc\subcommander\WcStatusCache.cpp
___________________________________________________________________
Name: svn:eol-style
    + native

Index: d:/dev/src/subcommander/sc/subcommander/DiffDialog.cpp
===================================================================
--- d:/dev/src/subcommander/sc/subcommander/DiffDialog.cpp	(Revision 1123)
+++ d:/dev/src/subcommander/sc/subcommander/DiffDialog.cpp	(Arbeitskopie)
@@ -361,6 +361,7 @@
      _recurse->isChecked(),
      _ancestry->isChecked(),
      _deleted->isChecked(),
+    false,
      false
      );
- snip ------------------------------------------------------------------------


-- 
Martin

Subcommander, http://subcommander.tigris.org
a cross platform Win32/Unix/MacOSX subversion gui client & diff/merge tool.





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org