[llvm-commits] CVS: llvm-www/SVNMigration.html

Reid Spencer reid at x10sys.com
Fri Apr 20 20:32:13 PDT 2007



Changes in directory llvm-www:

SVNMigration.html updated: 1.10 -> 1.11
---
Log message:

Add a new section.


---
Diffs of the changes:  (+34 -2)

 SVNMigration.html |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)


Index: llvm-www/SVNMigration.html
diff -u llvm-www/SVNMigration.html:1.10 llvm-www/SVNMigration.html:1.11
--- llvm-www/SVNMigration.html:1.10	Fri Apr 20 18:31:12 2007
+++ llvm-www/SVNMigration.html	Fri Apr 20 22:31:55 2007
@@ -9,7 +9,7 @@
 <div class="www_subsection">Schedule</div>
 <div class="www_text">
   <p><b>When</b>: June 5, 2007</p>
-  <p><b>Outage Duration</b>: Approximately 4 hours. During this perdiod CVS
+  <p><b>Outage Duration</b>: Approximately 4 hours. During this period CVS
   access will be unavailable as the repository is converted to Subversion
   format. When the conversion is completed, Subversion access will be
   enabled.</p>
@@ -18,6 +18,38 @@
   <p><b>Subversion Version:</b> 1.4.3</p>
 </div>
 
+<div class="www_subsection">User Impact</div>
+<div class="www_text">
+  <p>Here are some things you need to know about how to use Subversion once the
+  migration is done and how to prepare for the change.</p>
+  <ul>
+    <li><b>Subversion Version</b>: 1.4.3. You can use older clients, but we
+    recommend that you upgrade to 1.4.3 to gain most benefit.</li>
+    <li><b>URLS</b>: Subversion uses URLs to specify the repository. Our 
+    configuration uses HTTP URLs. The host name portion of the URL for all
+    LLVM related repositories is svn.llvm.org (which redirects to 
+    subversion.cs.uiuc.edu). We encourage you to use the svn.llvm.org host name
+    because that one will be correct in perpetuity as the redirect might not be.
+    <li><b>Repository Access</b>: There are two ways to access the
+    repository: public (anonymous, read-only access) and private (named, 
+    read-write access).</li>
+    <li>Public Access</li>: The URL for the public access repository is
+    <a href="http://svn.llvm.org/pub/svn/llvm">http://svn.llvm.org/pub/svn/llvm</a>
+    Use this URL with the <tt>svn checkout</tt> command to obtain a read-only
+    copy of LLVM without a username or password.</li>
+    <li>Private Access</li>: The URL for the private access repository is
+    <a href="https://svn.llvm.org/svn/llvm">http://vn.llvm.org/svn/llvm</a>. 
+    Use this URL with the <tt>svn checkout</tt> command to obtain read-write </li>
+    access to the LLVM repository. The <tt>svn</tt> command will prompt you for
+    your user name and password.</li>
+    <li><b>Browsable URLs</b>: Both the public and private access URLs are
+    browsable with any web browser.</li>
+    <li><b>Available Now:</b>: You can try these out now. Only a few users have
+    commit access (those who are testing it). Any changes made will be discarded
+    before the June 5th conversion.</li>
+  </ul>
+</div>
+
 <div class="www_subsection">Notes</div>
 <div class="www_text">
   <p><b>Status as of 2007-04-20</b><br/>We have successfully migrated all the
@@ -185,6 +217,6 @@
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br/>Last modified: $Date: 2007/04/20 23:31:12 $
+<br/>Last modified: $Date: 2007/04/21 03:31:55 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list