How to setup Git in Dev Cpp IDE

3.2k Views Asked by At

I use Dev-Cpp IDE for C programming.

How to setup CVS in sourceforge as I only find Git, SVN, mercurial.. (I am new to project hosting things..)

Actually, Dev-Cpp has CVS option.. can't I setup Git in it..

1

There are 1 best solutions below

0
On

The Dev-Cpp IDE has CVS support, as does Sourceforge. But it doesn't support Git directly.
This Dev-Cpp thread illustrates a setup with cvs.sourceforge.net.

  • Tools menu > Environment options > cvs support tab, browse to your installation of cvs
  • cvs menu > checkout > repository tab:
repository: :pserver:[email protected]:/cvsroot/dev-cpp
access method: pserver
server: cvs.sourceforge.net
remote directory: /cvsroot/dev-cpp
  • switch to checkout options:
Module name: V5/devcpp.exe
recurse into subdirectories: NOT checked
checkout directory: browse to where you want stuff saved.
  • Click 'ok' button

More informations on the Dev-Cpp CVS page.