SVN: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
m →Links |
|||
Line 3: | Line 3: | ||
= Things to note= | = Things to note= | ||
we do not want .dat files in version control. (They will take up too much space on the server in different versions) | 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 = | = Links = |
Revision as of 09:34, 17 August 2007
versioncontrol system
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.
Links
- docs: http://svnbook.red-bean.com/
- client: http://tortoisesvn.tigris.org/
- server: http://svn1clicksetup.tigris.org/