Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Real-time collaboration in Eclipse [duplicate]

A friend and I would like to do some real-time collaboration with Eclipse. Does anyone know a way we can share the entire project? I've looked around and I can't really find anything but something called Cola, and I can't find anything more on that than a video of them using it.

We've already installed the latest ECF, so if we're headed in the right direction, what's next?

like image 891
Kyle Emmerich Avatar asked Aug 20 '11 21:08

Kyle Emmerich


People also ask

Can you live share in Eclipse?

CodeTogether is a plugin that lets you live share Eclipse. Host a session from your Eclipse IDE and invite anyone to join—they can join from Eclipse, IntelliJ, VS Code, or even a browser.

Can I duplicate a project in Eclipse?

In the project Explorer, right click your old project, click "Copy", right click again click on "Paste" this time, change the default given name "Copy of My_Old_Project" to any of your choice, after the copy is done, go to the "Search" tab in Eclipse, then to --> "Search", on the File Search, type the old name of your ...

Can you work collaboratively on Eclipse?

Saros is a real-time collaborative editor for eclipse projects. All collaborators have an identical copy of Eclipse projects. Two or more users can jointly edit files in the project.

How to share Code Eclipse?

To share the project select it in your workbench, select 'Team>Share Project' to share one selected project or 'Team>Share Projects...' to share some specified projects. Then simply follow the instructions of the wizard. After the user shared his resources the others can check them out from a repository location.


2 Answers

I think Saros is what you are looking for.

like image 60
aphex Avatar answered Oct 16 '22 13:10

aphex


The instructions for Cola are right here.

like image 32
Ernest Friedman-Hill Avatar answered Oct 16 '22 11:10

Ernest Friedman-Hill