Chris Browne cbbrowne at lists.slony.info
Thu Jul 15 14:09:54 PDT 2010
Update of /home/cvsd/slony1/slony1-www/content
In directory main.slony.info:/tmp/cvs-serv20457/content

Modified Files:
	cvs.txt frontpage.txt intro.txt news.txt 
Added Files:
	git.txt 
Log Message:
Git now available for use; change lots of links and pages to indicate this
and that CVS repos are now obsolete.


Index: cvs.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/cvs.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** cvs.txt	14 Jul 2010 21:02:36 -0000	1.6
--- cvs.txt	15 Jul 2010 21:09:52 -0000	1.7
***************
*** 1,4 ****
--- 1,12 ----
  Slony-I cvs
  #
+ 
+ <h1> CVS NOW OBSOLETE </h1>
+ 
+ <p> Note that the following material <b>is obsolete</b>, as Slony-I
+ source code is (as of 2010-07-15) being managed using <a
+ href="http://slony.info/git.html"> Git</a>.  Please see the Git
+ repository instead.
+ 
         <h1>Anonymous CVS Access</h1>
  
***************
*** 22,30 ****
  </pre>
  
            <h1>Modules Available</h1>
  
            <ul>
-             <li><a href="http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/"> slony1-engine</a> - the replication engine
-             project</li>
  
              <li><a href="http://main.slony.info/viewcvs/viewvc.cgi/slony1-www/">slony1-www</a> - web site material for
--- 30,39 ----
  </pre>
  
+ <p> However, since the <tt>slony1-engine</tt> CVS repository <b>is
+ obsolete</b>, you should no longer access it.
+ 
            <h1>Modules Available</h1>
  
            <ul>
  
              <li><a href="http://main.slony.info/viewcvs/viewvc.cgi/slony1-www/">slony1-www</a> - web site material for
***************
*** 33,39 ****
            </ul>
  
- 
- 	    <p>Note that the above is all in the process of becoming
- 	    obsolete, as a migration to use <a
- 	    href="http://slony.info/git.html"> Git</a> is in progress.
- 	    </p>
--- 42,43 ----

Index: frontpage.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/frontpage.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -C 2 -d -r1.39 -r1.40
*** frontpage.txt	25 Jun 2010 00:05:02 -0000	1.39
--- frontpage.txt	15 Jul 2010 21:09:52 -0000	1.40
***************
*** 1,3 ****
--- 1,17 ----
  ---
+ Slony-I Migrated to Git
+ 
+ <p> Slony-I source code has been migrated to use <a
+ href="http://www.git-scm.org/"> Git.</a></p>
+ 
+ <p> There are several addresses at which one may get at the repository
+ via the various protocols that Git supports:
+ 	      
+ <ul>
+ 	      <li><tt>git://git.postgresql.org/git/slony1-engine.git</tt></li>
+ 	      <li><tt>http://git.postgresql.org/git/slony1-engine.git</tt></li>
+ 	      <li><tt>ssh://git@git.postgresql.org/slony1-engine.git</tt></li>
+ </ul>
+ ---
  Slony-I 2.0.4 Released
  <p>
***************
*** 8,12 ****
  Slony-I 2.0.3 is not usable in its current state.
  
! <P> Please use the CVS version, or wait for Slony-I 2.0.4.
  
  ---
--- 22,26 ----
  Slony-I 2.0.3 is not usable in its current state.
  
! <P> Please use Slony-I 2.0.4.
  
  ---

Index: news.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v
retrieving revision 1.73
retrieving revision 1.74
diff -C 2 -d -r1.73 -r1.74
*** news.txt	14 Jul 2010 20:59:44 -0000	1.73
--- news.txt	15 Jul 2010 21:09:52 -0000	1.74
***************
*** 14,17 ****
--- 14,30 ----
  
  ---
+ Git Repository Now Available
+ http://main.slony.info/git.html
+ 2010-07-15
+ Chris Browne
+ 
+ The migration to use <a href="http://www.git-scm.org/"> Git.</a> is
+ complete.
+ 
+ <p>A repository at <a href=
+ "http://git.postgresql.org/gitweb?p=slony1-engine.git;a=summary">
+ git.postgresql.org </a> has been set up, and populated with code
+ formerly in the <tt>slony1-engine</tt> CVS repository.
+ ---
  Git Repository Initialized
  http://main.slony.info/git.html

Index: intro.txt
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/content/intro.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** intro.txt	28 Feb 2007 21:34:01 -0000	1.4
--- intro.txt	15 Jul 2010 21:09:52 -0000	1.5
***************
*** 15,19 ****
  
            <p>A fairly extensive "admin guide" comprising material in
!           the CVS tree may be found <a href=
            "http://linuxdatabases.info/info/slony.html">here</a>. There
            is also a <a href="/documentation/">local copy</a>.</p>
--- 15,19 ----
  
            <p>A fairly extensive "admin guide" comprising material in
!           the Git tree may be found <a href=
            "http://linuxdatabases.info/info/slony.html">here</a>. There
            is also a <a href="/documentation/">local copy</a>.</p>

--- NEW FILE: git.txt ---
Git Repository
#
    <h1>Git Repository Access</h1>
	    
	    <p> Slony-I development is being managed using <a
	    href="http://www.git-scm.org/"> Git.</a></p>
	    
	    <p> The official Git repository is found at <a
	    href="http://git.postgresql.org/"> git.postgresql.org</a>;
	    specifically see <a href=
	    "http://git.postgresql.org/gitweb?p=slony1-engine.git;a=summary">
	    slony1-engine.git Summary </a> for more details.
	      
	    <P> There are several addresses at which one may get at
	    the repository via the various protocols that Git
	    supports:
	      
	    <ul>
	      <li><tt>git://git.postgresql.org/git/slony1-engine.git</tt></li>
	      <li><tt>http://git.postgresql.org/git/slony1-engine.git</tt></li>
	      <li><tt>ssh://git@git.postgresql.org/slony1-engine.git</tt></li>
	    </ul>
	    
	    <P> There is also likely to be a clone at <a href=
		"http://github.com/"> GitHub.com</a>.</p>



More information about the Slony1-commit mailing list