What is the best way to save a Delphi Type Library in SVN.
The file changes every time you compile the Application
The file is not saved in a readable form of AscII
It is very difficult to work out what changes have been made from one version to the next
This is a major problem when more than one person is changing the file
QUESTIONS:
1) Should one save an exported ‘IDL’ file in the version control ?
2) Can one covert an ‘IDL ’ into a Delphi type library If so how ?
3) What are the best practices when working with a Delphi type library ?
4) How easy is it get rid of the type library in Delphi2009 datasnap project?
p.s. I am using BDS2006