0

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: Commit Screenshot 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?

KernelPanic
  • 601
  • 2
  • 11
  • 28

1 Answers1

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