On Thu, 2004-02-05 at 18:21, [EMAIL PROTECTED] wrote: > Hi there, i have been asked to build a system for a project file space, > where a list of users of different groups can start new projects for their > group, add files for that project of the group and/or revise current files > with different versions. It will be a cvs like system, but i dont think cvs > would be apropriate for this, as they want to add titles to the project and > comments etc. It will be database in Mysql. I was wondering how i could go > about designing this system, and any ways to force people to sync up with > the latest versions of the documents. Let me know thanks.
I would search around and see if there is anything out there that does what you want. CVS and repository systems are quite complex to write and for performance you probably dont want to write the system in php. The first thing down that long road would be to gather all the requirements of the project and go from there. Start a game plan on what needs to be done when. -- Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php