ANW
14 years agoContributor
Version-controlling TestComplete in git
Now this is not as much as question regarding TC itself, but more some help from others if they have used Git for version controlling TestComplete.
I have some problems seeing changes in git gui and gitk for my .sd files. git keeps assuming they are binary files, and thus I can't see changes in the file. The thing is that it can easily understand that f.x. my .tcTas, .pjs, .pjs.tcLS files etc. are text files, and can show me the changes.
Now I am by no means a git expert (it confuses me a lot), but from what I can gather through Google, is that others who have this problem, seem to have those files in UTF-16 format instead of UTF-8. Are the .sd files stored in UTF-16? ... or do I need to look elsewhere for a solution?
I have tried using the attributes file for git, to try and force it to read the .sd files as Text, but that haven't worked either.
Any ideas would be more than welcome, or I might have to consider using a different Source Control System than all the developers use. I would prefer to use the same as the rest of the company.
Thanks in advance
I have some problems seeing changes in git gui and gitk for my .sd files. git keeps assuming they are binary files, and thus I can't see changes in the file. The thing is that it can easily understand that f.x. my .tcTas, .pjs, .pjs.tcLS files etc. are text files, and can show me the changes.
Now I am by no means a git expert (it confuses me a lot), but from what I can gather through Google, is that others who have this problem, seem to have those files in UTF-16 format instead of UTF-8. Are the .sd files stored in UTF-16? ... or do I need to look elsewhere for a solution?
I have tried using the attributes file for git, to try and force it to read the .sd files as Text, but that haven't worked either.
Any ideas would be more than welcome, or I might have to consider using a different Source Control System than all the developers use. I would prefer to use the same as the rest of the company.
Thanks in advance