We use this method (creating a bare repository in Dropbox) on a share folder.
A small group of developers can pull from that bare synced repository and create a local clone. Once the unit of work is done, we push back to origin.
One thing I'm missing is a good way to have an e-mail sent with the change-set information once a push to origin occurs. We are using Google Wave to manually keep track of changes.