[clo-cvs] CVS public_html

eenge eenge at common-lisp.net
Fri Jan 27 02:44:20 UTC 2006


Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html

Modified Files:
	faq.shtml project-intro.shtml 
Log Message:
mentioning svn setup

--- /project/clo/cvsroot/public_html/faq.shtml	2006/01/25 17:03:14	1.14
+++ /project/clo/cvsroot/public_html/faq.shtml	2006/01/27 02:44:20	1.15
@@ -30,11 +30,17 @@
         cvs -z3 -d :ext:<username>@common-lisp.net:/project/<project-name>/cvsroot co <module>
       </pre>
 
+      <p>Or if the project uses Subversion:</p>
+
+      <pre>
+        svn checkout svn+ssh://common-lisp.net/project/<project-name>/svn
+      </pre>
+
       <p>To do passwordless commits read a tutorial on how to set up
 	ssh-agent such as <a
 	href="http://www.cs.utk.edu/~england/ssh.html">http://www.cs.utk.edu/~england/ssh.html</a></p>
       
-      <h2>Others via anonymous CVS</h2>
+      <h2>Others via anonymous checkout</h2>
 
       <p>There are two ways. A short one for reasonably modern cvs clients and a longish one for older cvs clients.</p>
 
@@ -52,6 +58,12 @@
 cvs -z3 -d :pserver:anonymous at common-lisp.net:/project/<project-name>/cvsroot co <module>
       </pre></li></ul>
 
+      <p>Or if the project uses Subversion:</p>
+
+      <pre>
+       svn checkout svn://common-lisp.net/project/<project-name>/svn
+      </pre> 
+
       <a class="topOfPage" href="#top" title="Go to top of page">top</a><br/>
 
       <h1 id="nagging">How can I change the email address to which the nags are sent?</h1>
--- /project/clo/cvsroot/public_html/project-intro.shtml	2006/01/25 16:54:25	1.21
+++ /project/clo/cvsroot/public_html/project-intro.shtml	2006/01/27 02:44:20	1.22
@@ -16,6 +16,7 @@
       <a href="#whatyouget">What you get</a>
       <a href="#creproj">Creating a project</a>
       <a href="#cvs">CVS access</a>
+      <a href="#svn">Subversion access</a>
       <a href="#website">Website</a>
       <a href="#ftp">FTP</a>
       <a href="#mailinglist">Mailinglists</a>
@@ -85,6 +86,18 @@
 
       <a class="topOfPage" href="#top" title="Go to top of page">top</a><br/>
 
+      <h1 id="svn">Subversion access</h1>
+
+      <p>Your Subversion repository is in
+      <tt>/project/<project-name>/svn</tt>.  By default, any
+      commits to it will be sent to
+      <tt><project-name>-cvs at common-lisp.net</tt>.</p>
+
+      <p>Anonymous read-only Subversion access is enabled by default (see <a
+      href="/faq.shtml">FAQ</a>).</p>
+
+      <a class="topOfPage" href="#top" title="Go to top of page">top</a><br/>
+
       <h1 id="website">Website</h1>
 
       <p><tt>/project/<project-name>/public_html</tt> is symlinked to




More information about the clo-cvs mailing list