|
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
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 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:
If there's something red there, we know about it and it should be fixed soonish. A more detailed view can be seen here. |