I just wrote scripts stored in SQL Server, processed procs, table definitions, etc. using SQL Server Management Studio, and tried to add them to my Mercurial resource management repository. They added just fine, but now that I am changing them and changing them, Mercurial calls them βbinariesβ and does not give me the proper unified diff.
I thought coding could be a problem, so I tried to restore the scripts and tell ANSI to output the text file, but I get the same behavior. I can view them just fine in notepad without the appearance of any strange characters. Why does Mercurial consider these files to be binary?
Otherwise, if someone could recommend a good tool for writing a SQL Server database that might not cause this problem, this might work as well.
mercurial sql-server
Brian Sullivan Mar 02 '10 at 20:26 2010-03-02 20:26
source share