UCS-2 tracking
Andy Boersma
andy at boersma.ca
Fri Oct 10 12:44:45 CDT 2008
Thanks for your replies, but that is not what I am looking for.
We use SQLServer, on Windows 2003 Server.
Developers create, modify stored procedures SQL etc.
I export these into a text.sql file, MS/SQLServer generates this file in
UCS-2.
I then commit this, and its committed as Binary, not text by Mercurial.
I want to have Mercurial see the file as Text so I can do a file compare
before I commit changes.
Changing to UTS-8 or something like that does not help me, as now
SQLServer cannot import the file when I synch the file over to the test
server or later to the production servers. The file needs to be in UCS-2
to import.
I am looking for a way to change the setting in Mercurial to accept the
file as text.
Thanks
Andy
More information about the Mercurial
mailing list