• 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

CVS access problems...

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't seem to get into it... I'm kind of new to using the command line CVS


I tried the following:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jforum login

it brings me back to the cmd prompt... so I tried the next command

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jforum co development

and I get this error msg:
cvs server: cannot find module development' - ignored
cvs [checkout aborted]: cannot expand modules

please help...

Thanks
- Zark

[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ohh and when I try this cmd:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jforum co JForu
m

I get :cvs [checkout aborted]: memory exhausted

HELP!
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I use the CVS from Eclipse ( which I recomend you ;) ), so at least I personally cannot give much help about this problem :roll:

Have you tried from another machine, or after a reboot, or just tried some another command?

If you still get problems, download the package from the files section. The cvs head is with many experimental code to which I don't give support, since it is under development..

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CVS now is hosted by Java.net. Please see

http://jforum.dev.java.net

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic