What is the managment overhead of decentrilized version control?
Simon Ekstrand
simon at sii.se
Wed Jun 21 08:37:06 BST 2006
On Tue, Jun 20, 2006 at 12:39:52PM +0200, Jan Hudec wrote:
> Also IIRC bzr supports sgid repositories, that is if the repository is
> sgid, it sets group write permission.
Unless this has been fixed recently, it's broken, atleast for
open-ssh(d). Openssh's serverside sftp implementation masks out any
suid/sgid bits on chmod operations for regular users. The sftp transport
mkdir method does a mode-less mkdir then a chmod, which doesn't work.
Including the directory mode with the mkdir call would work fine
(tested), but there's a comment in the mkdir method about this breaking
with the sftp server used for tests.
This problem bit me when setting up a central branch for shared
checkouts.
--
Simon
More information about the bazaar
mailing list