From 52d368d40fe82cbce376dcb682dc7ea33a37b68c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 14 Jun 2001 17:29:02 -0400 Subject: [PATCH] ENH: Updated anonymous checkout commands for new repository root location. --- Web/HTML/Download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/HTML/Download.html b/Web/HTML/Download.html index fe28dca093..aa3c93a8c1 100644 --- a/Web/HTML/Download.html +++ b/Web/HTML/Download.html @@ -31,11 +31,11 @@ vlink="#000000" alink="#000000"> Kitware at kitware@kitware.com if you require write access.) Use the following commands.

- cvs -d :pserver:anonymous@public.kitware.com:/insight/cmakecvsroot login
+ cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot login
(respond with password cmake)

Follow this command by checking out the source code:
- cvs -d :pserver:anonymous@public.kitware.com:/insight/cmakecvsroot co CMake + cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot co CMake