Java Eclipse - Can multiple people work on the same project?

Hi guys, I wanted to know if my programmer friend and I can work on the same project with Eclipse synchronization or we need to split src every 10 minutes. I do not know what I should search in Google / any_other_engine, so I ask here. Thanks

+3
source share
6 answers

You can, of course, use the "Command" menu, which gives you access to version control systems. I would recommend Git or Mercurial (distributed version control systems).

EGit/JGit : "" ( , Eclipse 3.7) " ...".

(, CVS SVN) Eclipse. , , .

+3

(VCS), ​​ CVS, SVN, Git, Mercurial ..

+3

SVN Notifier, , . . , , - !

/ cron svn update //.

Microsoft .

svnUpdate.bat - :

    cd C:/path/to/your/working/copy

svn update

, ( )

, ​​ svn ( SlikSvn) PATH ( svn , : " svn help..." .

+1

, , Eclipse , ( ) java .

- - http://www.readwriteweb.com/cloud/2011/07/cloud9s-web-based-real-time-co.php

№. Eclipse .

However, there is an Eclipse plugin / project called Saros that claims to do this. And the Saros website has links to related projects that may be relevant.

(FYI - relevant search terms - is "collaborative programming.")

+1
source

All Articles