git-svn breaks permissions on shared repositories

Bug #837269 reported by Jarda Benkovsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
git-core (Ubuntu)
New
Undecided
Unassigned

Bug Description

Version: 1:1.6.0.6-1

Even though there's sharedrepository=2 in .git/config, git svn dcommit to the repository leaves files like unhandled.log without group write permissions, preventing other users in a same group to use the repository.

root@vcs:/data/git/myrepo# chmod g+w `find .git/svn/ \! -perm -g=rw`

... dcommit happens ...

root@vcs:/data/git/myrepo# find .git/svn/ \! -perm -g=rw
.git/svn/tags/1.6.1
.git/svn/tags/1.6.1/unhandled.log
.git/svn/tags/1.6.1/.rev_map.b60c293d-5e0d-0410-87b2-fb9704ccd4b5

it's not a bare repository, if it matters

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.