Selaa lähdekoodia

use SVN repository

Nicolas Cannasse 15 vuotta sitten
vanhempi
commit
e0e5f5a597
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      doc/install.ml

+ 1 - 3
doc/install.ml

@@ -79,9 +79,7 @@ let download_libs() =
 in
 in
 
 
 let download() =
 let download() =
-	msg "*** Please hit enter on login (empty password) ***";
-	cvs motiontwin "login";
-	cvs motiontwin "co haxe";
+	command "svn co http://haxe.googlecode.com/svn/trunk haxe";
 	download_libs();
 	download_libs();
 in
 in