We develop same project with my colleague. We do not use any team programs. Thefore, when i editting same class which is editting by my colleague at the same time but as i said there is no plugin like team development. Same project is developing two different eclipses. I want to do that to version my project which is located in my eclipse workspace. Then, my colleague also version his project and i want to combine them in my or his eclipse. Is there any plugins or eclipse function to do that? I hope i clearly explain what i want.
Share
Learn and use a version control system, such as Subversion or Git. There are plugins for almost any version control system for Eclipse.
For example, there’s Subclipse, an Eclipse plugin for working with Subversion, or EGit for working with Git.