Proper permission and directoy location for Git Version Control
Posted
by CitadelCSAlum
on Stack Overflow
See other posts from Stack Overflow
or by CitadelCSAlum
Published on 2010-05-25T21:16:09Z
Indexed on
2010/05/25
21:21 UTC
Read the original article
Hit count: 221
I am using Git Version Control on an remote server and I have set up a repository that multiple people will be using to push/fetch from. I have put the repo under
/srv/subdir/git/.git
I have been experiencing problem after problem it seems like.
a) Is this location suitable for handling a project that will need to be accessed/modified by multiple developers and a designer? Or is there a better location?
b)Do I need to modify the permissions on the subdir/ and git/ directories in order to allow remote access? If I do what is the appropriate permissions I should allow?
I know this is a faily long request/question, but unfortunately like many other topics with well covered documentation, documentation does not always cover best practices.
I would appreciate anybodies advice and suggestions?
Thanks
© Stack Overflow or respective owner