SVN: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
Line 1: Line 1:
 
= omitting .dat files=  
 
= dataflex Things to note=  
When coding DataFlex with the native database, then we do not want .dat files in version control. (They will take up too much space on the server in different versions). To solve this we either need to tweak the svn setup or store datafiles in a zip directory.
When coding DataFlex with the native database, then we do not want .dat files in version control. (They will take up too much space on the server in different versions). To solve this we either need to tweak the svn setup or store datafiles in a zip directory.



Revision as of 10:38, 17 August 2007

omitting .dat files

When coding DataFlex with the native database, then we do not want .dat files in version control. (They will take up too much space on the server in different versions). To solve this we either need to tweak the svn setup or store datafiles in a zip directory.

Links