I am looking for an svn client and host that I can easily set up to work on my mac in eclipse (plugin).

git recommendations will also be useful although i haven't tried it yet.

since there is only a small team of developers I would prefer a cheaper/free solution (advanced features like merging are not necessary)

Thanks

link|improve this question

Installing Subclipse on Mac OS X or Versions (however, not free). – alex Aug 4 '11 at 4:48
feedback

1 Answer

up vote 0 down vote accepted

The interesting thing with Git is that you don't need to install anything:
Just download one of the latest Eclipse distributions, and you will have EGit plugin already included in that Eclipse.

Since it is a DVCS, there is no notion of "client" or "server": your repo will be local and will include the full history.

egit repo

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.