From ee20ed8cbd098f2453fcda517a786d314823a8dc Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 24 Aug 2005 12:30:26 +0000 Subject: Clean up CVS instructions a bit, removing excess tagging in screens, some style changes --- docs-getting-files-en.xml | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/docs-getting-files-en.xml b/docs-getting-files-en.xml index dd6c773..e289d05 100644 --- a/docs-getting-files-en.xml +++ b/docs-getting-files-en.xml @@ -32,34 +32,31 @@ The custom scripts and stylesheets used are all stored in CVS on the cvs.fedora.redhat.com CVS server. - - - You need to check them out along with the DocBook XML files for the existing docs. - Get started by following these once-only steps. - When asked for a CVS password, just press the ENTER key. + You should perform these steps only once, when you first make a checkout + from docs CVS. When you see the password prompt, just press the + Enter key. -$ mkdir my-fedora-docs -$ cd my-fedora-docs -$ export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs -$ cvs login -<enter> -$ cvs co docs-setup +mkdir my-fedora-docs +cd my-fedora-docs +export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs +cvs login +cvs co docs-setup - Checking the files out anonymously means that you can view them and - retreive the latest versions, but you can not add (commit) any updates or - new files back to the repository. - You need CVS write access for that; check with the - http://fedoraproject.org/wiki/DocsProject/NewWriters - site to learn about getting write access to CVS. + When you perform an anonymous CVS checkout, you can view the files and + retreive the latest versions. You can not add (commit) any updates or new + files back to the repository. To commit changes to CVS, you must have + CVS write access. Refer to to learn + about getting write access to CVS. @@ -72,12 +69,12 @@ Pick your document of interest and then download it to your working directory: -$ cvs co example-tutorial +cvs co example-tutorial - Except for the &IG;, all docs must be tutorials - written in DocBook XML article format using the template in the - example-tutorial directory. Each tutorial + Except for the &IG;, all documentation in CVS must + be tutorials written in DocBook XML article format using the template in + the example-tutorial directory. Each tutorial must be in its own directory. No XML files should be in the root directory. -- cgit