Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2aa6ad1

Browse files
committed
Update documentation's info about location of our CVSROOT.
1 parent e648b22 commit 2aa6ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/cvs.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.16 2001/09/13 15:55:22 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.17 2001/09/16 23:52:29 tgl Exp $
33
CVS code repository
44
Thomas Lockhart
55
-->
@@ -67,7 +67,7 @@ Thomas Lockhart
6767
Do an initial login to the <productname>CVS</productname> server:
6868

6969
<programlisting>
70-
$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot login
70+
$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/cvsroot login
7171
</programlisting>
7272

7373
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
8080
<para>
8181
Fetch the <productname>Postgres</productname> sources:
8282
<programlisting>
83-
cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/cvsroot co -P pgsql
83+
cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/cvsroot co -P pgsql
8484
</programlisting>
8585

8686
which installs the <productname>Postgres</productname> sources into a

0 commit comments

Comments
 (0)