Changes between Version 19 and Version 20 of DownloadingTheSourceFromSvn


Ignore:
Timestamp:
2016-09-19 03:48:35 (8 years ago)
Author:
jeroens
Comment:

HTTPS

Legend:

Unmodified
Added
Removed
Modified
  • DownloadingTheSourceFromSvn

    v19 v20  
    33 
    44---- 
    5 Please note, you must write us at ewedevteam@gmail.com to request permission stating '''''who, why and how''''' you would use the sources in-order to download the sources. From there, we will give you access to our SVN server. 
     5Please write us at ewedevteam@gmail.com to request permission to use the source code, stating '''''who, why and how''''' you would use the sources in-order to download the sources. From there, we will give you access to our SVN server. 
    66 
     7Please note that per September 2016 the EwE source code has moved to a secure server. All SVN URLS have changed to https://. If you have !TortoiseSVN installed and want to switch your existing copies of the EwE code to the new server address just do the following: 
     8 
     9 * Right-click an Ecopath sources root folder in Windows Explorer 
     10 * Select TortoiseSVN > Switch... 
     11 * Change the server URL that starts with http://sources.ecopath.org..... to https://sources.ecopath.org..... 
    712---- 
    813 1. Ensure you have been granted access to the SVN server via ewedevteam@gmail.com. 
    9  2. Install [http://tortoisesvn.net/downloads TortoiseSVN]. 
    10  3. Create a folder [your path]/Ecopath_dev/Ecopath6. 
    11  4. Right click on the Ecopath6 folder and select SVN Checkout.[[BR]][[BR]]  
     14 1. Install [http://tortoisesvn.net/downloads TortoiseSVN]. 
     15 1. Create a folder [your path]/Ecopath_dev/Ecopath6. 
     16 1. Right click on the Ecopath6 folder and select SVN Checkout.[[BR]][[BR]] 
    1217 
    1318[[Image(Checkout.png)]][[BR]] 
     
    1520 5. Enter the URL of Repository below and ensure the location of the folder to [your path]/Ecopath_dev/Ecopath6: [[BR]] 
    1621 
    17 Ecopath6: http://sources.ecopath.org/svn/Ecopath/trunk/Ecopath6 [[BR]] Click OK and enter your username and password[[BR]] 
     22Ecopath6: https://sources.ecopath.org/svn/Ecopath/trunk/Ecopath6 [[BR]] Click OK and enter your username and password[[BR]] 
    1823 
    1924 6. Repeat steps 2 - 4 to with Ecopath5 to download the sources for Ecopath5.[[BR]] 
    2025 
    21 Ecopath5: http://sources.ecopath.org/svn/Ecopath/trunk/Ecopath5 [[BR]] 
     26Ecopath5: https://sources.ecopath.org/svn/Ecopath/trunk/Ecopath5 [[BR]] 
    2227 
    23 There are several alternatives available to TortoiseSVN, such as [http://www.rapidsvn.org/download/release/0.10/ RapidSVN].  
     28There are several alternatives available to TortoiseSVN, such as [http://www.rapidsvn.org/download/release/0.10/ RapidSVN]. 
    2429 
    2530We use [http://ankhsvn.open.collab.net/ AnkhSVN] to integrate SVN functionality directly into Visual Studio. Note that AnkhSVN only works with the full versions of Visual Studio; express versions do not support the use of development environment plug-ins and add-ins.