SVN

From DataFlex Wiki
Revision as of 11:46, 17 August 2007 by Jka (talk | contribs)
Jump to navigationJump to search

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.

Tweaking the svn setup : http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html


Importing a project

If you are importing a project , then remember to have write access to the repository url you are writing to.


Here is a description of how to do it in tortoise svn: http://wsmoak.net/subversion/demo/tsvn-import.html


Links