I don't know if you really need to do this, but we'll recommend it here, and if it messes up someone's repository, then we'll change the wiki later. The main idea is that we want to make sure that whatever is added to the repository still belongs to spongebob.
Added:
> >
The directories locks, db, and those in db need the s bit. Since these are all directories under and including locks and db, you can use the change-all command
find pineapple/locks pineapple/db -type d -exec chmod ug+s {} \;
Or if you prefer individual commands: