Difference between revisions of "Repository"

m (Getting the source code)
Line 4: Line 4:
  
 
==Getting the source code==
 
==Getting the source code==
The URL for the repository used to host EiffelStudio's source code is https://svn.origo.ethz.ch/eiffelstudio/ .
+
The URL for the repository used to host EiffelStudio's source code is https://svn.eiffel.com/eiffelstudio/ .
  
 
To get all the source code at once simply do:
 
To get all the source code at once simply do:
 
<pre>
 
<pre>
  svn co https://svn.origo.ethz.ch/eiffelstudio/trunk EiffelStudio
+
  svn co https://svn.eiffel.com/eiffelstudio/trunk EiffelStudio
 
</pre>
 
</pre>
  
Line 20: Line 20:
 
URL for Repository is
 
URL for Repository is
 
<pre>
 
<pre>
https://svn.origo.ethz.ch/eiffelstudio/trunk
+
https://svn.eiffel.com/eiffelstudio/trunk
 
</pre>
 
</pre>
 
after that, you click on the dots (...) where you can choose what to download (maybe only src?).
 
after that, you click on the dots (...) where you can choose what to download (maybe only src?).

Revision as of 14:57, 1 November 2007

Prerequisite

Before getting the actual source code you need to get familiar with subversion and its tools. Visit the subversion reference to discover the basics about subversion and the subversion configuration page to configure subversion properly for this project.

Getting the source code

The URL for the repository used to host EiffelStudio's source code is https://svn.eiffel.com/eiffelstudio/ .

To get all the source code at once simply do:

 svn co https://svn.eiffel.com/eiffelstudio/trunk EiffelStudio

This will create a EiffelStudio directory in the directory where the above command was entered.

However to compile EiffelStudio you don't have to checkout the whole repository. Check Compiling EiffelStudio page for more details.

Getting the source code with TortoiseSVN (Windows)

First install TortoiseSVN. Then create a new folder for the source code. In this folder you choose "file > tortoiseSVN > Import". URL for Repository is

https://svn.eiffel.com/eiffelstudio/trunk

after that, you click on the dots (...) where you can choose what to download (maybe only src?). on the folder you need, you click right and then "export", enter the path to you code-folder and you're done.

How to get the old releases

The SVN repository also contains old releases of the EiffelStudio environment (up to version 5.4). Those versions can only be compiled with the version of EiffelStudio for that release.

The source code can be found in the subdirectories of the branches directory of the svn repository. The naming convention is `Eiffel_YY' where YY is the release version (e.g. 57 for 5.7).

Browsing the repository