Issue 53012 - Documentation for using CVS is wrong
Summary: Documentation for using CVS is wrong
Status: CLOSED WONT_FIX
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Documentation (show other issues)
Version: current
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL: http://www.openoffice.org/nonav/scdoc...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-07 22:02 UTC by terryt
Modified: 2013-08-05 13:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.