Reputation: 3143
Me and a friend are working on some projects together and we are trying to synchronize everything what we have made. The problem is this synchronizing takes long and isn't fool proof. So we are in the search of a plugin for eclipse or another ide that can synchronize our files if we edit them..
A couple of years ago I've found some sort of plugin for eclipse that even enabled live editting, but I do not know the name anymore of this plugin.
What do you recommend?
Upvotes: 2
Views: 380
Reputation: 116110
Use SVN. It has some quirks that can be annoying when you're working with lots of guys on lots of different braches, but as long as it's just a handful of guys working on the same code, it's great.
You can use the TortoiseSVN tool that integrates with Windows Explorer. Works quite nifty.
Upvotes: 0
Reputation: 207952
Source control is the way to go either with SVN or Team Foundation Server
Upvotes: 5