Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where REPOSITORY_NAME is "head", or any of the repositories listed at http://mifos.git.sf.net/. For instance, to check out the head revision (also see below for a table explaining purposes of the various repositories). To clone the head repository:

No Format
git clone git://mifos.git.sourceforge.net/gitroot/mifos/head

...

Where USERNAME is your sf.net username.

Which repository should I clone?

repository

purpose

bi

Mifos business intelligence code.

head

Development on the Mifos MIS Java Web application happens here. Many development branches exist. Mifos release maintenance branches are also found in head, one for each release since 1.6.x.

maven

Maven-related code used for building code in the head repository

plugins

Mifos plugins. Projects in this repository build plugins to assist with imports of various kinds.

www

Code for mifos.com and mifos.org

Key-based auth

Unless you want to enter your password for every push, post your public SSH key on sf.net. Once you have logged onto your sourceforge account, navigate the the account/ssh page and paste your authorized public key on the form. To reach the edit ssh keys page on sourceforge, click on Account in the upper right corner, then click the Services Tab. Look for "Edit SSH Keys for Shell/CVS" link.

...