*::Add a new license agreement.  This is usually just copying the old license to a new name and changing the version number.
 {code}
-cvs -d /p/condor/repository/HTML co condor-web
+cvs -d /p/condor/repository/HTML co htcondor-web
 cd condor-web/src/downloads
 cp v7.3.license.html v7.4.license.html
 edit v7.4.license.html # change the HTCondor version numebr.
@@ -220,7 +220,7 @@
 ln -s v7.0.3 current
 
 Update the version for generation of the manual download table. For a new series, update the version numbers.  For a new release in an existing series, make a noninvasive change such as removing or adding a newline.  This change is necessary to trigger a rebuild of the manual download page.
-cvs -d /p/condor/repository/HTML co condor-web
+cvs -d /p/condor/repository/HTML co htcondor-web
 cd condor-web
 edit src/htcondor/manual/index.html
 {endcode}