How to access CVS from Linux
- From: fl <rxjwg98@xxxxxxxxx>
- Date: Fri, 25 Nov 2011 12:52:26 -0800 (PST)
Hi,
I am new to Linux. Below the end is from a web page on makefile. It
says that the offline version can be accessed with the command. I
suppose it is a CVS operation. Although I install CVS in SUSE, the
command line does not work as see:
WIN-VE44NLKGO2J:~> cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxx:/cvs/
autobook
Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -q, -n, etc.
(specify --help-options for a list of options)
where command is add, admin, etc.
(specify --help-commands for a list of commands
or --help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify --help to receive this message
The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://www.cvshome.org/ or
the CVSNT home page at http://www.cvsnt.org/
//////////////
Could you explain to me how to access that file on a server? Please
tell me in detail because I am new to both Linux and CVS. Thanks.
............................
Since then, the online version of the book is slowly being updated to
a more recent set of Autotools. Consequently, some of the examples
have modernised versions that work with the latest autotools, but
don't match the text of the paper version of the book.
The full texinfo source for the book is available via anonymous cvs:
$ cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxx:/cvs/autobook login
Password: anoncvs
$ cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxx:/cvs/autobook co
autobook
.
- Follow-Ups:
- Re: How to access CVS from Linux
- From: despen
- Re: How to access CVS from Linux
- Prev by Date: Re: Limit the number of erroneous logins of root from the same IP
- Next by Date: Re: How to access CVS from Linux
- Previous by thread: Fedora 16 console terminal behavior
- Next by thread: Re: How to access CVS from Linux
- Index(es):
Relevant Pages
|