cvs connecting to server with bash

Keven Ring keven at mitre.org
Tue Apr 6 19:28:52 UTC 2004


Chadley Wilson wrote:

>Trying to connect to cvs
>:pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot
>What am I doing wrong?
>
>I have visted the http://www.cvshome.org/docs/blandy.html to try learn
>how to connect to cvs.
>I am running Concurrent Versions System (CVS) 1.11.5 (client/server)
>and am trying to update mozilla to run nudev
>nudev requires me to update mozilla which wants me to update via cvs.
>But I am stuck, this is what I have done so far:
>
>[root at localhost root]# export
>http_proxy=http://chadley:xxxxxx@196.25.100.20:80
>[root at localhost root]# set CVSROOT
>:pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot
>
Try
[root at localhost root]# export 
CVSROOT=:pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot
[root at localhost root]# cvs co <module name>

Note, there does not appear to be a module name called httpc in this CVS 
server...

You might want to visit:
http://mozilla.org/catalog/development/compiling/cvs-sourcecode.html

This explicitly informs you *NOT* to checkout mozilla, but rather ftp 
download the archive, and then update the tree.


>[root at localhost root]# cvs checkout httpc 
>cvs checkout: No CVSROOT specified!  Please use the `-d' option
>cvs [checkout aborted]: or set the CVSROOT environment variable.
>[root at localhost root]#
>Not having any clue here this is greek to me.
>
>
>  
>


-- 
Keven Ring               | The called it Paradise, I don't know why
The MITRE Corporation    | Call someplace Paradise, Kiss it Goodbye
7515 Colshire Drive      |
McLean VA 22102-7508     |              The Eagles, The Last Resort
PH: (703)883-7026        |







More information about the fedora-list mailing list