SVN: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
Line 11: Line 11:
Global ignore pattern could be set to:
Global ignore pattern could be set to:


*.dat *.k* *.vld *.hdr *.mtd *.dsk *.loc *.prn *.prp *.bak *.pkd *.pbg *.fld *.exe *.dbg *.trc *.doc
*.dat *.k* *.vld *.hdr *.mtd *.dsk *.loc *.prn *.prp *.bak *.pkd *.pbg *.fld *.exe *.dbg *.trc *.doc


= Importing a project =
= Importing a project =

Revision as of 18:39, 18 October 2007

standard settings

the standard svn port is 3690.

A good svn client for windows is "tortoise svn"

omitting data 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 need to tweak the svn setup.

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

Global ignore pattern could be set to:

*.dat *.k* *.vld *.hdr *.mtd *.dsk *.loc *.prn *.prp *.bak *.pkd *.pbg *.fld *.exe *.dbg *.trc *.doc

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