This is a migrated thread and some comments may be shown as answers.

Dictionary .TDF files and Git?

2 Answers 82 Views
Spell
This is a migrated thread and some comments may be shown as answers.
John Reynolds
Top achievements
Rank 1
John Reynolds asked on 16 May 2014, 03:10 AM
Hello,

We are switching from Subversion to Git. In Subversion, it was no big deal storing the .tdf file for deployment purposes, but in Git that's a huge pain / no-no.

We're also using NuGet so we don't store Telerik binaries, but apparently the NuGet packages do not restore the .tdf file(s) when added. 

What are people's best practices in this case? Any suggestions would be appreciated.

2 Answers, 1 is accepted

Sort by
0
John Reynolds
Top achievements
Rank 1
answered on 22 May 2014, 04:35 PM
<<crickets chirping>>
0
Marin Bratanov
Telerik team
answered on 23 May 2014, 08:29 AM

Hello John,

I am afraid that we ourselves do not use Git as our internal source control system and thus I cannot provide better advice than google or other forums.

The dictionary files do not change over time and perhaps you can consider distributing them only when needed so they can stay locally on the machines that need them. This kind of defeats the purpose of source control, but if the source control you use cannot handle such files I am not sure you have many options. You could try to cheat it by renaming them in the source control (e.g., to a txt extension), but that's another manual step for the users.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Spell
Asked by
John Reynolds
Top achievements
Rank 1
Answers by
John Reynolds
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or