Just curious - about using revision control - perhaps this would be a good opportunity for folks to try out Git? I've been learning the basics the last week or so and I'm quite pleased with it, and I think it may be the right tool for this type of scenario...
The 'original' would be turned into a git repo (three commands) Each person would download a 'clone' of the original (single command per person) Each person could then hack as they wish, committing as often as they like, because they're only working on their local copy People could then sync with each other or back to the original at will I dunno... now that I type that all out it seems more complicated than I first envisioned it. But I'm just stirring the pot a bit :D However, Git's distributed model seems to be surprisingly well done and easy to use. -- -- Steve Scaffidi <[EMAIL PROTECTED]> _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

