Subclipse Checkout

DEPRECATED

Since moving from svn to git, this document is deprecated in favor of Mifos Version Control Guide.

For historical purposes, outdated content follows.


How to checkout the Mifos source code using Subclipse (Eclipse SVN Plugin) or the Subversion command line client.

  • From inside Eclipse:
    • In the Navigator pane, right click, select Import
    • Type svn in the search box
    • Select Checkout projects from SVN
    • Click Next
    • Create a new repository location: https://mifos.svn.sourceforge.net/svnroot/mifos/trunk, click Next
    • Select the trunk/ directory, click Finish
  • From the command line:
    • follow these instructions
    • From Eclipse, right click in the Navigator pane, select New
    • Select Java Project
    • Create from existing source, browse to the directory you just created.