Skip to content
Snippets Groups Projects
Commit 2aa6ad11 authored by Tom Lane's avatar Tom Lane
Browse files

Update documentation's info about location of our CVSROOT.

parent e648b22d
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.16 2001/09/13 15:55:22 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.17 2001/09/16 23:52:29 tgl Exp $
CVS code repository CVS code repository
Thomas Lockhart Thomas Lockhart
--> -->
...@@ -67,7 +67,7 @@ Thomas Lockhart ...@@ -67,7 +67,7 @@ Thomas Lockhart
Do an initial login to the <productname>CVS</productname> server: Do an initial login to the <productname>CVS</productname> server:
<programlisting> <programlisting>
$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot login $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/cvsroot login
</programlisting> </programlisting>
You will be prompted for a password; just press <literal>ENTER</literal>. You will be prompted for a password; just press <literal>ENTER</literal>.
...@@ -80,7 +80,7 @@ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot lo ...@@ -80,7 +80,7 @@ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot lo
<para> <para>
Fetch the <productname>Postgres</productname> sources: Fetch the <productname>Postgres</productname> sources:
<programlisting> <programlisting>
cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/cvsroot co -P pgsql
</programlisting> </programlisting>
which installs the <productname>Postgres</productname> sources into a which installs the <productname>Postgres</productname> sources into a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment