[Swift-commit] r6536 - branches/release-0.94/docs/quickstart

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Jun 11 15:56:11 CDT 2013


Author: davidk
Date: 2013-06-11 15:56:11 -0500 (Tue, 11 Jun 2013)
New Revision: 6536

Modified:
   branches/release-0.94/docs/quickstart/quickstart.txt
Log:
Updates to checkout procedure


Modified: branches/release-0.94/docs/quickstart/quickstart.txt
===================================================================
--- branches/release-0.94/docs/quickstart/quickstart.txt	2013-06-11 20:25:17 UTC (rev 6535)
+++ branches/release-0.94/docs/quickstart/quickstart.txt	2013-06-11 20:56:11 UTC (rev 6536)
@@ -46,13 +46,13 @@
 and http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java JDK]. Once
 built, the dist/swift-svn directory will contain your build.
 
-To download and build Swift 0.93, follow these instructions:
+To download and build Swift 0.94, follow these instructions:
 -----
-$ mkdir swift-0.93 
-$ cd swift-0.93 
-$ svn co https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.9/src/cog 
+$ mkdir swift-0.94
+$ cd swift-0.94
+$ svn co https://svn.code.sf.net/p/cogkit/svn/branches/4.1.10/src/cog
 $ cd cog/modules 
-$ svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.93 swift 
+$ svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.94 swift
 $ cd swift 
 $ ant redist
 -----
@@ -62,9 +62,9 @@
 Once Swift is installed, it is useful to add the swift binary to your PATH
 environment variable. To do this, first determine where the Swift bin
 directory is located. If you installed Swift from a binary release, it will
-be in the swift-0.93/bin directory where you installed it. If you followed
+be in the swift-0.94/bin directory where you installed it. If you followed
 the instructions above for installing Swift from a source repository, it
-will be located in swift-0.93/cog/modules/swift/dist/swift-svn/bin.
+will be located in swift-0.94/cog/modules/swift/dist/swift-svn/bin.
 
 Add the following line to the bottom of ~/.bashrc:
 
@@ -98,4 +98,4 @@
 Swift script!
 
 More documentation on how to run Swift can be found at 
-http://www.ci.uchicago.edu/swift/docs/index.php,
+http://www.ci.uchicago.edu/swift/docs/index.php.




More information about the Swift-commit mailing list