vote up 0 vote down star

I work with another coder most of the time on projects and would love an application that lets us work on the same file and see the other person's edits in real-time. He uses OSX and I'm on Vista.

I am wondering if there are any server-side applications that can do this, that I could put on my server, and would be accessible through a browser - somewhat like bespin from Mozilla, but on my own server.

Either that or a light weight alternative to Eclipse, such as Gobby (which crashes on my machine and is apparently notorious to get working on Vista) or MoonEdit (which doesn't do code-highlighting etc).

Thanks in advance!

flag

I guess you have been watching the Google Wave demo? :-) – Philippe Leybaert Jun 5 at 12:36
1  
Why would you want that? I'm not criticizing, I'm just curious what possible advantage you might see in that. Version control with tool to aid in merging changes pretty much does the job for me and most other developers in a collaborative environment. – Kris Jun 5 at 12:37
1  
It would help if you wanted to do remote "pair coding", although, ultimately, you can just use LiveMeeting, or some sort of desktop control program to achieve the same effect. – devinb Jun 5 at 12:43
For example, if he is editing the start of a big file, and I'm editing something at the end of it - in the same room, at the same time. Or, so I can say "do it like this maybe..." and show him what I'm thinking, right there in the code editor. We already have a subversion running, which is great, but I want to be able to do this as well. – jsims281 Jun 5 at 12:45
I wouldn't actually suggest doing what you're doing though. If you're attempting to edit the same file concurrently, you'll run into huge merge issues. – devinb Jun 5 at 15:01
show 1 more comment

2 Answers

vote up 1 vote down check

Have you thought of using a shared desktop instead of shared editing (if you see what I mean)? A remote desktop where either of you can mouse/type (preferably combined with sound so you can talk about who's got control :) should work reasonably.

I don't know of any collaborative editing tools for code - Google Docs works for documents, but not for code. (And you don't get to see the updates immediately - it's not quite as interactive as Wave.) Disclaimer: I work for Google so of course I'm going to include Google applications in this sort of thing :)

link|flag
1  
how could we have multiple keyboards/mouses focuses on this shared desktop? – jpinto3912 Jun 5 at 12:52
That really depends on which shared desktop solution you go with. There are lots around, and I don't really have much experience with them - but most of the ones I've used have a setting to say whether clients are allowed to interact or whether they're "read-only". – Jon Skeet Jun 8 at 12:27
vote up 1 vote down

Why you cannot use Bespin? It's an open-source project, and you can install it on your server. You can also try Etherpad, it's a really great tool for collaborative editing.

link|flag
bespin is just for web coding, and etherpad is a "mere" text editor, i.e. no IDE capability whatsoever. – jpinto3912 Jun 5 at 12:58
"somewhat like bespin from Mozilla, but on my own server." – Vladimir Kadalashvili Jun 5 at 14:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.