Changes between Version 6 and Version 7 of TesterDocumentation


Ignore:
Timestamp:
04/29/11 08:17:30 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v6 v7  
    1818== Fetching sources using git ==
    1919
    20 Second option is to fetch sources using Git. This method is preferred, as it allows you to easily keep using the latest code. If you have not cloned the git repository you need to do this:
    21 
    22  {{{
    23  git clone git://openvpn.git.sourceforge.net/gitroot/openvpn/openvpn-testing.git
    24  cd openvpn-testing
    25  git checkout -b allmerged origin/allmerged
    26  }}}
    27 
    28 If you already have git repository clone:
    29 
    30  {{{
    31  cd openvpn-testing
    32  git checkout allmerged
    33  git pull --rebase origin
    34  }}}
     20Second option is to fetch sources using Git. This method is preferred, as it allows you to easily keep using the latest code. For instructions take a look [DeveloperDocumentation#Maindevelopmentrepositorygit here].
    3521
    3622== Building ==