Get Source Code
DEPRECATED
Mifos source code has been moved from svn to git. For instructions on obtaining the most recent Mifos source code, see the Mifos Version Control Guide
.For a limited time, outdated content follows.
The instructions below tell you how to get the latest source code under development. This code is not guaranteed to be stable. If you need to install Mifos for test, you may want to use the demonstration or test servers.
Overview
Access the source code repository for this project in one of the following ways:
- New subversion (also known as svn) users should review the Tortoise Basics page.
If you wish to contribute to the project's Subversion repository, you must have "write" permissions as a project member.
TortoiseSVN Client
TortoiseSVN is a Windows Explorer shell extension, generally accessed via the right-click context menu on Explorer windows (including your Desktop).
- Install Tortoise. Instructions for using Tortoise are on the Tortoise Basics page.
-
If this is your first Subversion checkout, create a folder in Windows Explorer to hold all of your Subversion project folders. Then create a subfolder for this project.
-
Use Windows Explorer to navigate to the folder created to hold this project.
-
Select File - SVN Checkout.... The SVN Checkout dialog box will appear. (You may also access this dialog by selecting SVN Checkout... from the context menu presented when you right-click on your Explorer window's background.)
-
Enter the URL of the repository:
https://mifos.svn.sourceforge.net/svnroot/mifos/trunkClick OK
-
You will see list of files scrolling by as the project data is checked out into your folder.
-
Repeat the project checkout process for each additional Subversion project you wish to check out.
Subversion Command-line Client
The Subversion command-line client (svn) is used at a command shell, such as in a Command Prompt window on the Windows® platform, or any number of available shells on a flavor of Unix.
-
Use
svn checkoutto checkout this project's main (trunk/) development branch:svn checkouthttps://mifos.svn.sourceforge.net/svnroot/mifos/trunkmifos-gazelle -
You will see list of files scrolling by as the project data is checked out into your folder.
-
Repeat the project checkout process for each additional Subversion project you wish to check out.