[Gd-chatter] r11063 - trunk/www

agent at gwydiondylan.org agent at gwydiondylan.org
Tue Dec 12 07:57:05 CET 2006


Author: agent
Date: Tue Dec 12 07:57:03 2006
New Revision: 11063

Modified:
   trunk/www/repository.phtml
Log:
Job: website
Changed svn+ssh://svn.gwydiondylan... to svn+ssh://username@svn.gwydiondylan...


Modified: trunk/www/repository.phtml
==============================================================================
--- trunk/www/repository.phtml	(original)
+++ trunk/www/repository.phtml	Tue Dec 12 07:57:03 2006
@@ -9,26 +9,26 @@
 repository.  For developers, the base URI of the repository is</p>
 
 <pre>
-svn+ssh://svn.gwydiondylan.org/scm/svn/dylan
+svn+ssh://username@svn.gwydiondylan.org/scm/svn/dylan
 </pre>
 
 <p>For example, to check out <tt>src/</tt> (Gwydion Dylan) from the
 trunk, you can execute:</p>
 
 <pre>
-$ svn co svn+ssh://svn.gwydiondylan.org/scm/svn/dylan/trunk/src src
+$ svn co svn+ssh://jones@svn.gwydiondylan.org/scm/svn/dylan/trunk/src src
 </pre>
 
 <p>To check out the fundev-2-1-jam branch of Open Dylan,</p>
 
 <pre>
-$ svn co svn+ssh://svn.gwydiondylan.org/scm/svn/dylan/branches/fundev-2-1-jam/fundev fundev
+$ svn co svn+ssh://jones@svn.gwydiondylan.org/scm/svn/dylan/branches/fundev-2-1-jam/fundev fundev
 </pre>
 
-<p>You could also check out the entirity of trunk:</p>
+<p>You could also check out the entirety of trunk:</p>
 
 <pre>
-$ svn co svn+ssh://svn.gwydiondylan.org/scm/svn/dylan/trunk gd
+$ svn co svn+ssh://jones@svn.gwydiondylan.org/scm/svn/dylan/trunk gd
 </pre>
 
 <p>For non-developers, the base URI to check out is</p>
@@ -138,7 +138,7 @@
 commented-out configuration entries for enabling auto-props.  For example,
 
 <pre>
-### Section for configuring miscelleneous Subversion options.
+### Section for configuring miscellaneous Subversion options.
 [miscellany]
 ### Set enable-auto-props to 'yes' to enable automatic properties
 ### for 'svn add' and 'svn import', it defaults to 'no'.



More information about the chatter mailing list