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

Re: Dealing with UTF-16 xml files

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-05-25 18:40:09 CEST

Dan Shookowsky wrote:
> I'm using Subversion to manage the source code of a BizTalk project.
> XML Schema documents in BizTalk are UTF-16 format, making it difficult
> to do merges/diffs. Is there a way that I can tell subversion to deal
> with these as text?

Subversion's own diff and diff3 do not support UTF-16.

If you were able to find external programs that were, you could tell
Subversion to use those, instead of its internal implementation.
(~/.subversion/config, diff-cmd & diff3-cmd).

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 25 18:42:00 2005

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.