We are a little group of developers who are going to develop apps for android. We are using Eclipse for that. We need an application to mantain project synchronization between different computers. Is there any application for that? I mean that we create a project or a workspace in eclipse and all the files are synchronized with other computers.
Share
You are looking for a version control system
Note that the first three do not require a central store whilst subversion does.
I would suggest bazaar; I have used it and it is very very easy to get introduced to and supports plenty of workflows.