CEDET 
 User Tools 
  Simple Setup 
  Project Management 
  Smart Completion 
  Find References 
  Code Generation 
  UML Graphs 
  Language Support 
  Project Support 
 Developer Primers 
  Add a Language 
  Add external tool 
 Parts of CEDET 
  EDE 
  Semantic 
  SRecode 
  Cogre 
  Speedbar 
  EIEIO 
  Misc Tools 
  Documentation 
 Releases 
  1.0.1 
  1.1 
 Source Forge 
  Project 
  Mailing Lists 
   cedet-devel 
   cedet-semantic 
   cedet-eieio 
  Screenshots 
  Git Repository 
 More Tools 
  JDEE 
  ECB 
  CompletionUI 
 
<< Files >>

Getting the development version from Git

Like Emacs, CEDET is using Git as its version control system. The easiest way to get a checkout of the current development version is to do

git clone http://git.code.sf.net/p/cedet/git cedet
This will create a directory "cedet" containing a checkout of the latest sources. If you later want to update your sources, enter the directory and simply call
git pull

Read the file GIT_WORKFLOW for further instructions, especially if you plan on hacking cedet, submitting patches, etc.

You can also browse the repository online at Sourceforge's Git viewer. You can also download ZIP snapshots there, in case you cannot use Git for some reason.

CEDET Buildbot

CEDET uses Buildbot to automatically check the latest revision for compile errors. CEDET also ships with a bunch of unit and integration tests, which are also run by the Buildbot, on different platforms as well as with different Emacs versions. Here's the status for the latest revision; if everything's green this means that CEDET should build fine with the named Emacs versions and platforms:

Emacs 23.2 GNU/Linux Emacs 24.1 GNU/Linux Emacs 24.3 GNU/Linux Emacs trunk GNU/Linux

If there's something red there, we know about it and it should be fixed soonish.

A more detailed view can be seen here.