diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html index 18343fcd8..a1f0177bf 100644 --- a/livesupport/doc/gettingStarted.html +++ b/livesupport/doc/gettingStarted.html @@ -13,8 +13,9 @@ Development Loan Fund, under the GNU GPL.

Scope

This document describes how to set up the LiveSupport development @@ -58,10 +59,10 @@ regularly create and destroy database tables.

Check out the sources

The LiveSupport development directory tree can be accessed via anonymous CVS, using the -CVSROOT :pserver:anonymous@netfinity-5.mdlf.org/home/cvs. +CVSROOT :pserver:anonymous@netfinity-5.mdlf.org:/home/cvs. The repository is called livesupport, thus the following CVS command would check out the development tree:
-

cvs -z3 -d
:pserver:anonymous@netfinity-5.mdlf.org/home/cvs checkout livesupport

+

cvs -z3 -d
:pserver:anonymous@netfinity-5.mdlf.org:/home/cvs checkout livesupport

This will check out and create the LiveSupport development directory structure.