David E Jones wrote: > > I hate the permission stuff on that server, they always seem to get > messed up... and for checking out new directories this was a mess. I > changed a bunch of group permissions so you should be able to now (and I > did just do an update too), but please do respond if you have more issues. > > On a side note, you can just update the index.html file (ie: svn up > index.html) instead of updating everything and that way you would also > avoid this sort of issue with a sub-directory you don't need to update.
umask needs to be set in $HOME/.bashrc or .bash_profile correctly, g+ws needs to be set on dirs, and g+w on files. Users then need to be members of the correct group. Most people do all the latter, but don't set the umask in *all* users that are doing work in the shared location.
