Changes between Version 1 and Version 2 of Download


Ignore:
Timestamp:
07/27/10 00:24:39 (6 weeks ago)
Author:
benoitg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v1 v2  
    1 To download Eurêka, use the following command:  {{{svn checkout http://projects.coeus.ca/svn/eureka/trunk/ eureka}}} 
     1= To download Eurêka =  
     2 
     3== Annonymously == 
     4 
     5Use the following command:  
     6{{{ 
     7git clone git://coeus.ca/git/gitosis-repositories/eureka.git 
     8}}} 
     9== As a developper == 
     10 
     11Use the following command:  
     12{{{ 
     13git clone gitosis@coeus.ca:eureka.git 
     14}}} 
     15 
     16== Old svn repository (will be decomissioned soon) == 
     17{{{ 
     18svn checkout http://projects.coeus.ca/svn/eureka/trunk/ eureka 
     19}}}