Author: qmathe
Date: Tue May  6 13:19:02 2014
New Revision: 10663

URL: http://svn.gna.org/viewcvs/etoile?rev=10663&view=rev
Log:
Updated to reflect the migration from SVN on GNA to Github

Modified:
    web/downloads/main.html

Modified: web/downloads/main.html
URL: 
http://svn.gna.org/viewcvs/etoile/web/downloads/main.html?rev=10663&r1=10662&r2=10663&view=diff
==============================================================================
--- web/downloads/main.html     (original)
+++ web/downloads/main.html     Tue May  6 13:19:02 2014
@@ -10,15 +10,21 @@
 Source Code
 -------------------
 
-Étoilé is developed in a subversion repository, located at 
[svn://svn.gna.org/svn/etoile](http://svn.gna.org/viewcvs/etoile/).
+Étoilé is developed in multiple Github repositories, located at 
[https://github.com/etoile](https://github.com/etoile).
+
+The Étoilé repository is an aggregate repository to check out and build all 
Étoilé subproject repositories, located at 
[https://github.com/etoile/Etoile](https://github.com/etoile/Etoile).
+
+**Note:** You should generally check out the aggregate repository rather than 
a subproject repository directly, since this is the easiest way to build a 
subproject, without having to worry about the dependencies accross subprojects.
 
 ### Étoilé *trunk*
 
-Trunk is where development happens.  This should work, but is likely to 
contain untested code.  If you want to get involved with Étoilé development, 
run this branch.
+The trunk or master branch represents the current development state accross 
all Étoilé subprojects. Every time *etoile-fetch.sh* is run, the master 
branches of the subprojects are checked out. This trunk branch should work, but 
is likely to contain untested code.
 
-You can check out a copy with the command:
+You can check out a copy with the CLI:
 
-       $ svn co svn://svn.gna.org/svn/etoile/trunk/Etoile Etoile
+       $ git clone https://github.com/etoile/Etoile
+       $ cd Etoile
+       $ ./etoile-fetch.sh
 
 ### Étoilé 0.4.2
 


_______________________________________________
Etoile-cvs mailing list
Etoile-cvs@gna.org
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to