stupidmail4me wrote:
I've created a website. Let's say it's in /website.
What's the best way to give all 10 developers access
to those files?
CVS. Maybe Subversion, or some other SCM system.
10 developers is enough to get complicated, they'll probably need a
little help not stepping on each others' toes.
Write a small script to check out the latest version of the repository
into /website (and probably drop all the CVS directories?). Make it
something all the developers can invoke, if you want them to be able to
update the site at any time; possibly through sudo (as a web-writing
user, not root).
I can create a group called
webdevelopers and have that group own /website.
Restrict the above sudo command to that group.
--
Matthew Weigel
hacker
[EMAIL PROTECTED]