Talk:Subversion: Difference between revisions

Line 28: Line 28:
  *.pkd      --> Debug package include file
  *.pkd      --> Debug package include file
  *.prp      --> PRN file for the precompile
  *.prp      --> PRN file for the precompile
   
 
We don't want the following parts from the data files
  *.dat      --> Database file, don't add as it changes too much
*.k*      --> Index file, don't add
*.vld      --> Compressed database file, don't add
*.td      --> Mertech direct driver database cache file, don't add
*.cch      --> DAW direct driver database cache file, don't add
          
          
I'm wondering if we should remove .exe files as well as those can be compiled from scratch and don't really belong in a source repository in my opinion.
I'm wondering if we should remove .exe files as well as those can be compiled from scratch and don't really belong in a source repository in my opinion.
In my opinion a released binary should just be put available as download, not versioned.
In my opinion a released binary should just be put available as download, not versioned.
A database should be backed up, not versioned.
          
          
We could opt for having prn and prp files stored in the repository as they actually do contain valuable information and i know that Sture uses them for troubleshooting (me too sometimes)
We could opt for having prn and prp files stored in the repository as they actually do contain valuable information and i know that Sture uses them for troubleshooting (me too sometimes)