Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.
  • No labels