Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

This page is outdated. You will be redirected to http://wiki.services.openoffice.org /wiki/Documentation/FAQ shortly.

Documentation / User FAQ / Maintainers' FAQ / Previous-Next

How do I checkout pages?

  1. After you establish a tunnel, open a second terminal. You will not work in the terminal where you established the tunnel. Minimize that first terminal, and use it to close the tunnel when you are done moving files to or from the site.
  2. Type pwd in the second terminal to verify that you are in your home directory.
  3. If this is the first time you have connected to this project through a tunnel, type
    cvs -d :pserver:[username]@localhost:/cvs login
    to log into the CVS, where [username] is your login name for the OpenOffice.org web site. This login step only needs to be done the first time you do work at a project.
  4. Type
    cvs -d :pserver:username@projectname.domain.net:/cvs checkout [projectname]
    in the second terminal to verify that you are in your home directory, where:
    • username is your openoffice.org user login,
    • projectname.domain.net is the path to where the file lives, and
    • [projectname] is the name of a file or directory in the CVS file server.

Examples of the checkout command for user zzzzzz:

Once you have checked out a document or folder of documents, you can go off-line to do your edits. You will find the files in your home folder in the directory structure called out during the checkout command. (If you were not in your home directory when you started, the files will be in whatever pwd you were in when you initiated the checkout command. You will want to fix that.) When you are done with your off-line work, you will establish a new tunnel and upload your changed and new files to the site.

Note: The commands checkout or co or get work to perform checkouts.

Tip: In a terminal, use the up-arrow key to cycle through the past commands used. You can select and edit commands, instead of typing them each time. The computer will only read what is visible at the command prompt when you hit the Enter key.

For more information:

Documentation / User FAQ / Maintainers' FAQ / Previous-Next

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.