ENH: Updated anonymous checkout commands for new repository root location.

This commit is contained in:
Brad King 2001-06-14 17:29:02 -04:00
parent 8b5d6918ab
commit 52d368d40f
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ vlink="#000000" alink="#000000">
Kitware at kitware@kitware.com if you require write access.) Use Kitware at kitware@kitware.com if you require write access.) Use
the following commands. the following commands.
<p> <p>
<b>cvs -d :pserver:anonymous@public.kitware.com:/insight/cmakecvsroot login</b><br> <b>cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot login</b><br>
(respond with password cmake) (respond with password cmake)
<p> <p>
Follow this command by checking out the source code:<br> Follow this command by checking out the source code:<br>
<b>cvs -d :pserver:anonymous@public.kitware.com:/insight/cmakecvsroot co CMake</b> <b>cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot co CMake</b>
</div> </div>
</td> </td>
</tr> </tr>