Re: [PHP] CVS style project system

2004-02-06 Thread Adam Bregenzer
On Thu, 2004-02-05 at 20:21, [EMAIL PROTECTED] wrote: 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

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
Thats all good, i'd have to learn how to intergrate, also if i explained earlier, if its taken a year of lobbying for cvs on the dev box, i doubt its gonna go on the public machine. Also i never stored files as binary in the db only the filenames as varchar. 5.) I am of the camp that thinks

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
I know you don't want to hear someone say use cvs so... Use viewcvs[1], or write your own version of it. You can put a database behind it, add descriptions to projects and/or folders to your database, whatever you want on top of cvs. You can even use cvsgrab[2] to download a repository from a

RE: [PHP] CVS style project system

2004-02-06 Thread electroteque
I know you don't want to hear someone say use cvs so... Use viewcvs[1], or write your own version of it. You can put a database behind it, add descriptions to projects and/or folders to your database, whatever you want on top of cvs. You can even use cvsgrab[2] to download a repository from

[PHP] CVS style project system

2004-02-05 Thread daniel
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

Re: [PHP] CVS style project system

2004-02-05 Thread Ray Hunter
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

Re: [PHP] CVS style project system

2004-02-05 Thread daniel
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