I am learning Altium Designer and I've controling the project with Arch Linux Subversion server. I've made some changes in the project's sheets and when I try to Commit Whole Project, I get following situation:
Now, as we can see, there is unversioned 'PCB_Project1.Dat' file. Is this file mandatory for non-error project import from
Subversion
or it must be added to version control?
Asked
Active
Viewed 228 times
0

KernelPanic
- 601
- 2
- 11
- 28
1 Answers
1
In my experience the .dat file does not need to be placed in version control. I believe it's just basic component information and is updated whenever you generate a BOM.
Take a look at this question for more information about what files you can ignore when committing a project to version control.

DerStrom8
- 21,042
- 8
- 61
- 95