views:

64

answers:

1

I am playing with my eclipse cvs functionality (on my windows box), is there a way to check out a project hosted on github?

Anyone shows me a pointer? Thanks,

A: 

Not with the CVS client. You need to install git for Windows or a git plugin for Eclipse.

CVS and git are two different source code version control systems. Other popular choices are Subversion or Mercurial. You have to use different clients or Eclipse plugins for each of them.

Thilo