PDA

View Full Version : Error with download using Eclipse 3.0 and CVS Repository


Randy Johnson
Sep 27th, 2004, 01:48 PM
In Eclipse, after establishing a CVS Repository Location (Host=cvs.sourceforge.net, Repository path=cvsroot/spring-rich-c), if I access the the HEAD node in the tree, I get the following error:

Error fetching resource list from repository

Reason:
: Protocol error: Root request missing

Am I doing something wrong?

snpe
Sep 27th, 2004, 03:17 PM
Are You set type pserver and user anonymous ?

regards

Randy Johnson
Sep 27th, 2004, 05:04 PM
Yes, I am using the anonymous user name and pserver type

snpe
Sep 27th, 2004, 05:47 PM
try set path=/cvsroot/spring-rich-c, not path=cvsroot/spring-rich-c

Randy Johnson
Sep 27th, 2004, 06:35 PM
Silly mistake. Thanks for the help!