July 4, 2004
8:03 PM
Subscribe
Can anyone recommend an online collaborative software that allows developers at remote locations around the world to share files, debate and update each other on the progress of their portion of a project. Which is best for this sort of thing: a mail-list, blog, wiki, bulletin board or some combined form of these?
posted by timyang to (5 comments total)
Dreamweaver 2004 MX is a good tool, though the vi/Unix gang I work with have much disdain for it. But, then, they have disdain for anything that simplifies writing code (which is why they are still handwriting cgi perl code from scratch to solve web tasks)
You can associate design notes with files and tie it in to source control. These two items plus code comments should keep everyone up-to-speed.
It also supports about every language you can dream up in terms of syntax highlighting, or you can create your own.
Plus, if you use it with WebDav as source control, then you can utilize other features outside of the IDE (inherent to WebDav, not DW). WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
See www.webdav.org for how it works with developer teams.
subversion uses WebDav as a network protocol.
Communication, always. Maintain communication. They can debate via email or whatever. Just set up a single emial address for the project and make sure everyone copies it on every message... then you have an audit trail of discussions. I'm not sure if that is what you are looking for, but I hope it helps.
posted by pissfactory at 6:30 AM on July 5, 2004