EPI-ES-0001

Revision as of 14:43, 12 March 2009 by Manus (Talk | contribs) (Possible mentor)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Title

Integrate SCM support

One line summary

Add ability to checkout, status and commit code directly from the EiffelStudio environment.

Status

Not started

Description

Given a project configuration file, EiffelStudio should be capable to retrieve the source code associated with this project, and have the ability to have a way to find out which files have been modified since last commit, to commit those changes, to see the logs of some files.

The project could start by wrapping subversion, since this is what EiffelStudio is using, but should not loose track of others SCM such as CVS, Git and others.

Skills needed

Knowledge of one or more SCM (Source Control Management) solution such as CVS, Subversion, Git and others. Knowledge of C to look for the way to interface with those libraries. Taste for building nice UI applications.

Difficulty

Medium

Benefits

Student will learn about the major SCM currently available and how to interface them via their API. Student will also learn about Eiffel, library design and how to interface with C.

Community will benefit by having just one tool to do both SCM and development.

Licensing

GPLv2

Documentation

The internals in source code and at http://dev.eiffel.com. User documentation at http://doc.eiffel.com.

Submitter

Eiffel Software

Possible mentor

Larry Liu