Read-only access to boost repository via WinCVS

Hi! I need read-only access to boost repositiry. I've downloaded and installed WinCVS+Python but cannot open the repository. In Remote->Init Settings->CVSROOT I've checked it and entered: pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost and the response was: cvs -d pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init cvs init: warning: unrecognized response `'ssh' is not recognized as an internal or external command, ' from cvs server cvs init: warning: unrecognized response `operable program or batch file. ' from cvs server cvs [init aborted]: end of file from server (consult above messages if any) What's wrong? TYA

alexmark wrote:
cvs -d pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init cvs init: warning: unrecognized response `'ssh' is not recognized as an internal or external command, ' from cvs server cvs init: warning: unrecognized response `operable program or batch file. ' from cvs server cvs [init aborted]: end of file from server (consult above messages if any) You need an SSH client for Windoze.
Kent -- Kent E. Holsinger kent@darwin.eeb.uconn.edu http://darwin.eeb.uconn.edu -- Department of Ecology & Evolutionary Biology -- University of Connecticut, U-3043 -- Storrs, CT 06269-3043

alexmark wrote:
Hi! I need read-only access to boost repositiry.
I've downloaded and installed WinCVS+Python but cannot open the repository. In Remote->Init Settings->CVSROOT I've checked it and entered:
pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
and the response was:
cvs -d pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init [...] What's wrong?
According to http://sourceforge.net/cvs/?group_id=7586 the CVSROOT needs to be ":pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost". I.e. you missed the ":" at the front. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Rene,
I've entered what you suggeted and WinCVS said:
cvs -d :pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init
cvs init: Empty password used - try 'cvs login' with a real password
cvs [server aborted]: "init" requires write access to the repository
What should I do next?
I _don't_need_ write-access, actually.
My target is only to get current versions of some files (w/o checking them out) and check what files from repository differ from my local copies.
Thanks,
Alex.
----- Original Message -----
From: "Rene Rivera"
alexmark wrote:
Hi! I need read-only access to boost repositiry.
I've downloaded and installed WinCVS+Python but cannot open the repository. In Remote->Init Settings->CVSROOT I've checked it and entered:
pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
and the response was:
cvs -d pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init [...] What's wrong?
According to http://sourceforge.net/cvs/?group_id=7586 the CVSROOT needs to be ":pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost". I.e. you missed the ":" at the front.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

talamar wrote:
Rene, I've entered what you suggeted and WinCVS said:
cvs -d :pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init cvs init: Empty password used - try 'cvs login' with a real password cvs [server aborted]: "init" requires write access to the repository
What should I do next?
Read the instructions on the page I pointed out earlier where it says to login (and the password to use), even if it's only read only access. And possibly also read the CVS and WinCVS documentation. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

An addition.
In Admin->Login I entered server path ":pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost"
and just pressed "Ok" w/o entering password, when prompted:
us@boost.cvs.sourceforge.net:/cvsroot/boost login
Logging in to :pserver:anonymous@boost.cvs.sourceforge.net:2401:/cvsroot/boost
***** CVS exited normally with code 0 *****
So, it looks like I've logged in correctly. How should I get to remote boost repository tree now?
Thanks,
Alex.
----- Original Message -----
From: "talamar"
Rene, I've entered what you suggeted and WinCVS said:
cvs -d :pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init cvs init: Empty password used - try 'cvs login' with a real password cvs [server aborted]: "init" requires write access to the repository
What should I do next? I _don't_need_ write-access, actually. My target is only to get current versions of some files (w/o checking them out) and check what files from repository differ from my local copies. Thanks, Alex.
----- Original Message ----- From: "Rene Rivera"
Newsgroups: gmane.comp.lib.boost.user Sent: Wednesday, December 27, 2006 5:11 PM Subject: Re: Read-only access to boost repository via WinCVS alexmark wrote:
Hi! I need read-only access to boost repositiry.
I've downloaded and installed WinCVS+Python but cannot open the repository. In Remote->Init Settings->CVSROOT I've checked it and entered:
pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
and the response was:
cvs -d pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost init [...] What's wrong?
According to http://sourceforge.net/cvs/?group_id=7586 the CVSROOT needs to be ":pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost". I.e. you missed the ":" at the front.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

talamar wrote:
So, it looks like I've logged in correctly. How should I get to remote boost repository tree now?
http://sourceforge.net/docs/F05/en/ -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Thanks!
----- Original Message -----
From: "Rene Rivera"
talamar wrote:
So, it looks like I've logged in correctly. How should I get to remote boost repository tree now?
http://sourceforge.net/docs/F05/en/
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (4)
-
alexmark
-
Kent Holsinger
-
Rene Rivera
-
talamar