Changes between Version 19 and Version 20 of DownloadingTheSourceFromSvn
- Timestamp:
- 2016-09-19 03:48:35 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadingTheSourceFromSvn
v19 v20 3 3 4 4 ---- 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.5 Please 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. 6 6 7 Please 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..... 7 12 ---- 8 13 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]] 12 17 13 18 [[Image(Checkout.png)]][[BR]] … … 15 20 5. Enter the URL of Repository below and ensure the location of the folder to [your path]/Ecopath_dev/Ecopath6: [[BR]] 16 21 17 Ecopath6: http ://sources.ecopath.org/svn/Ecopath/trunk/Ecopath6 [[BR]] Click OK and enter your username and password[[BR]]22 Ecopath6: https://sources.ecopath.org/svn/Ecopath/trunk/Ecopath6 [[BR]] Click OK and enter your username and password[[BR]] 18 23 19 24 6. Repeat steps 2 - 4 to with Ecopath5 to download the sources for Ecopath5.[[BR]] 20 25 21 Ecopath5: http ://sources.ecopath.org/svn/Ecopath/trunk/Ecopath5 [[BR]]26 Ecopath5: https://sources.ecopath.org/svn/Ecopath/trunk/Ecopath5 [[BR]] 22 27 23 There are several alternatives available to TortoiseSVN, such as [http://www.rapidsvn.org/download/release/0.10/ RapidSVN]. 28 There are several alternatives available to TortoiseSVN, such as [http://www.rapidsvn.org/download/release/0.10/ RapidSVN]. 24 29 25 30 We 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.