ENH: Updated anonymous checkout commands for new repository root location.
This commit is contained in:
parent
8b5d6918ab
commit
52d368d40f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue