L
Lloyd Zusman
In the "Ruby CVS Repository Guide" on the main ruby site, the CVS
instructions seem to be partially incorrect. The page in question is
this one: http://www.ruby-lang.org/en/20020106.html, and these are the
instructions I'm referring to:
Anonymous CVS is also available:
$ cvs -d server:[email protected]:/src login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/src co ruby
$ cvs -d server:[email protected]:/doc login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/doc co doc
$ cvs -d server:[email protected]:/www login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/www co www
However, there no longer appear to be any "/doc" or "/www" trees in the
CVS repository, and therefore, the final two checkout statements always
fail.
I just ignore the instructions for /doc and /www, and everything seems
to work fine.
Therefore, would it be possible to change that page so that the outdated
instructions for /doc and /www no longer appear?
I just thought that I'd mention this, as it might be confusing to some
people.
instructions seem to be partially incorrect. The page in question is
this one: http://www.ruby-lang.org/en/20020106.html, and these are the
instructions I'm referring to:
Anonymous CVS is also available:
$ cvs -d server:[email protected]:/src login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/src co ruby
$ cvs -d server:[email protected]:/doc login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/doc co doc
$ cvs -d server:[email protected]:/www login
(Logging in to (e-mail address removed)-lang.org)
CVS password:
$ cvs -z4 -d server:[email protected]:/www co www
However, there no longer appear to be any "/doc" or "/www" trees in the
CVS repository, and therefore, the final two checkout statements always
fail.
I just ignore the instructions for /doc and /www, and everything seems
to work fine.
Therefore, would it be possible to change that page so that the outdated
instructions for /doc and /www no longer appear?
I just thought that I'd mention this, as it might be confusing to some
people.