As a result, for anyone who has cloned eclim's git repository, you'll
need to update your origin to reflect the updated sourceforge url.
To do so:
1. navigate to the directory you cloned eclim to ($ cd eclim)
2. edit the .git/config file ($ vim .git/config)
3. update the origin url
before:
url = git://eclim.git.sourceforge.net/gitroot/eclim
after:
url = git://eclim.git.sourceforge.net/gitroot/eclim/eclim
I've updated the eclim developers guide to direct users to the new git
url, but at the time of this writing the sourceforge git info page
still directs users to clone from the old url.
If anyone encounters any issues or has any questions, please let me
know.
--
eric