File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
CVS code repository
4
4
Thomas Lockhart
5
5
-->
@@ -67,7 +67,7 @@ Thomas Lockhart
67
67
Do an initial login to the <productname>CVS</productname> server:
68
68
69
69
<programlisting>
70
- $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/home/projects/pgsql/ cvsroot login
70
+ $ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/cvsroot login
71
71
</programlisting>
72
72
73
73
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
80
<para>
81
81
Fetch the <productname>Postgres</productname> sources:
82
82
<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
84
84
</programlisting>
85
85
86
86
which installs the <productname>Postgres</productname> sources into a
You can’t perform that action at this time.
0 commit comments