Issue 53012

Summary: Documentation for using CVS is wrong
Product: Infrastructure Reporter: terryt <terry_teague>
Component: DocumentationAssignee: AOO issues mailing list <issues>
Status: CLOSED WONT_FIX QA Contact:
Severity: Trivial    
Priority: P5 (lowest) CC: issues
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: http://www.openoffice.org/nonav/scdocs/ddUsingCVS_command-line.html#gettingsource
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description terryt 2005-08-07 22:02:31 UTC
http://www.openoffice.org/nonav/scdocs/ddUsingCVS_command-line.html#gettingsource

says :

-----
To obtain the source code for a particular module called "module-name" within the project named 
"project_name", specify:

CVS checkout module_name/project_name
-----

I believe this is wrong, and should be :

-----
To obtain the source code for a particular module called "module-name" within the project named 
"project_name", specify:

cvs checkout project_name/module_name
-----


e.g. for project qa, module qatesttool

cvs checkout qa/qatesttool
Comment 1 lsuarezpotts 2005-08-10 20:13:04 UTC
Your point is well taken. I'll see if I can change it.

louis

(looks forward to switching to subversion)
Comment 2 stx123 2011-03-23 16:11:22 UTC
Reset QA Contact to new default
Comment 3 Marcus 2013-08-05 13:56:52 UTC
CVS is no longer used and was replaced by SVN long time ago. Closing issue.