Chris Browne,,, cbbrowne at lists.slony.info
Thu Jan 25 11:42:58 PST 2007
Update of /home/cvsd/slony1/slony1-www
In directory main:/tmp/cvs-serv18429

Modified Files:
	cvs.html 
Log Message:
Add CVS access configuration


Index: cvs.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/cvs.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** cvs.html	25 Jan 2007 19:26:19 -0000	1.1.1.1
--- cvs.html	25 Jan 2007 19:42:56 -0000	1.2
***************
*** 89,92 ****
--- 89,121 ----
            <p>This will eventually discuss how to get at Slony-I
            CVS...</p>
+ 
+           <h1>Anonymous CVS Access</h1>
+ 
+           <p>You may access Slony-I sources via anonymous CVS using
+           the following command:</p>
+           <pre>
+ CVSROOT=":pserver:anonymous at main.slony.info:/slony1" cvs login
+ (when it prompts for a password, you may press [enter])
+ CVSROOT=":pserver:anonymous at main.slony.info:/slony1" cvs co slony1-engine
+ </pre>
+ 
+           <h1>Developer CVS Access</h1>
+ 
+           <p>If you are one of the developers, and have had your
+           ssh key added in on a suitable account, you can access as
+           a specific user with update privileges:</p>
+           <pre>
+ MYSLONYNAME=cbbrowne CVS_RSH=ssh CVSROOT=":ext:${MYSLONYNAME}@main.slony.info:/home/cvsd/slony1" cvs co slony1-engine
+ </pre>
+ 
+           <h1>Modules Available</h1>
+ 
+           <ul>
+             <li><tt>slony1-engine</tt> - the replication engine
+             project</li>
+ 
+             <li><tt>slony1-www</tt> - web site material for
+             main.slony.info</li>
+           </ul>
            <hr>
  
***************
*** 96,100 ****
            </address><!-- Created: Thu Jan 25 11:44:43 EST 2007 -->
            <!-- hhmts start -->
!           Last modified: Thu Jan 25 11:46:45 EST 2007 
            <!-- hhmts end -->
          </td>
--- 125,129 ----
            </address><!-- Created: Thu Jan 25 11:44:43 EST 2007 -->
            <!-- hhmts start -->
!           Last modified: Thu Jan 25 14:42:23 EST 2007 
            <!-- hhmts end -->
          </td>




More information about the Slony1-commit mailing list