Update anonymous-CVS instructions.
authorTom Lane
Wed, 11 Jun 2003 15:28:55 +0000 (15:28 +0000)
committerTom Lane
Wed, 11 Jun 2003 15:28:55 +0000 (15:28 +0000)
doc/src/sgml/cvs.sgml

index 4ca028be8fc22ea051a88dff43670149f3dc2991..26b7848b417eb0196782497d489909f6f3031536 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -67,10 +67,14 @@ Thomas Lockhart
      Do an initial login to the CVS server:
 
      
-cvs -d :pserver:[email protected]:/projects/cvsroot login
+cvs -d :pserver:[email protected]:/projects/cvsroot login
      
 
-     You will be prompted for a password; just press ENTER.
+     You will be prompted for a password; you can enter anything except
+     an empty string.
+    
+
+    
      You should only need to do this once, since the password will be
      saved in .cvspass in your home directory.
     
@@ -83,7 +87,7 @@ $ cvs -d :pserver:[email protected]:/projects/cvsroot login
 cvs -z3 -d :pserver:[email protected]:/projects/cvsroot co -P pgsql
      
 
-     which installs the PostgreSQL sources into a
+     This installs the PostgreSQL sources into a
      subdirectory pgsql
      of the directory you are currently in.