• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with cvs checkout with eclipse

 
Ranch Hand
Posts: 323
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I am using eclipse to do a checkout from cvs .I am doing following things :-
I am doing new - check out from cvs
In the cvs page i am providing following
Host name : cvs.sourceforge.net
What to give in repository path? i tried with d:\eclipse\rep
my local made path
user name : kundanvarma
password: my password
i am using default port.
when i do next it ask for module name
In the use specified module name i tried with
1) kundanvarma@cvs.sourceforge.net:/cvsroot/jpox
2)/cvsroot/jpox

But in both cases it is saying
JPOX : Protocol error : Root request missing

Any suggesion what i am missing

Thanks
kundan
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at the eclipse help. From Help Menu, select Help Contents. Then search for repository path, take a look at "Add CVS Repository wizard" and "CVS Checkout wizard".


Repository Path The path to the repository on the host (e.g., "/x/y/z", "d:/myrepo").

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic