Eran
Eran

Reputation: 1712

mac eclipse and version control

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

Upvotes: 2

Views: 444

Answers (1)

VonC
VonC

Reputation: 1330102

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

Upvotes: 1

Related Questions