SVN: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
= Importing a project = | = Importing a project = | ||
If you are importing a project , then remember to have write access to the repository url you are writing to. | 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 = | = Links = |
Revision as of 10:10, 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.
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
- docs: http://svnbook.red-bean.com/
- client: http://tortoisesvn.tigris.org/
- server: http://svn1clicksetup.tigris.org/