Changes between Version 6 and Version 7 of SvnFlexpart


Ignore:
Timestamp:
Sep 22, 2015, 11:11:04 AM (9 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnFlexpart

    v6 v7  
    1 = SVN for FLEXPART =
     1= GIT for FLEXPART =
    22
    3 The FLEXPART source code is kept in the open-source version control system [http://subversion.apache.org/ Subversion] (svn). While regular users can simply [/downloads download the code as tarball], developers may wish to use svn. If you have svn installed, you can check out a working copy with
     3You can clone the FLEXPART repository with
    44
    55{{{
    6 svn co http://flexpart.flexpart.eu:8088/svn/FlexPart90 FlexPart90
     6git clone https://flexpart.eu/gitmob/flexpart
    77}}}
    8 
    9 For a introduction to svn see
    10   * the free book [http://svnbook.red-bean.com/ Version Control with Subversion]
    11   * http://subversion.apache.org/faq.html
    12 
    13 See also SvnAbout