[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

db/current permissions

From: Luuk Peters <l.j.peters_at_student.utwente.nl>
Date: 2006-11-27 10:22:05 CET

Hi,

 

I've been working with subversion for some time now using the svn+ssh
interface. I had some problems with the latest project concerning
permissions on the db/current file. Apparently, when I commit a new
revision, the /db/current file is re-created using the same old permission
settings, but with a different usergroup ('users', my own primary group).
The other users I've added to the system for this project are not in this
group, so they are not able to checkout the repository after one of my
commits.

 

This is the situation,

 

step 1

 

-rwxrwx--- 1 luuk users 8 2006-11-26 11:36 current

-rwxrwx--- 1 luuk admd2 2 2006-11-22 12:06 format

-rwxrwx--- 1 luuk admd2 5 2006-11-22 12:06 fs-type

drwxrwx--- 2 luuk admd2 360 2006-11-26 11:36 revprops

drwxrwx--- 2 luuk admd2 360 2006-11-26 11:36 revs

drwxr-xr-x 2 luuk admd2 48 2006-11-27 10:06 temp

drwxrwx--- 2 luuk admd2 48 2006-11-26 11:36 transactions

-rwxrwx--- 1 luuk admd2 37 2006-11-22 12:06 uuid

-rwxrwx--- 1 luuk admd2 0 2006-11-22 12:06 write-lock

 

step 2

 

chown luuk:admd2 current

 

step 3

 

-rwxrwx--- 1 luuk admd2 8 2006-11-26 11:36 current

-rwxrwx--- 1 luuk admd2 2 2006-11-22 12:06 format

-rwxrwx--- 1 luuk admd2 5 2006-11-22 12:06 fs-type

drwxrwx--- 2 luuk admd2 360 2006-11-26 11:36 revprops

drwxrwx--- 2 luuk admd2 360 2006-11-26 11:36 revs

drwxrwx--- 2 luuk admd2 48 2006-11-26 11:36 transactions

-rwxrwx--- 1 luuk admd2 37 2006-11-22 12:06 uuid

-rwxrwx--- 1 luuk admd2 0 2006-11-22 12:06 write-lock

 

step 4

 

commit a new revision

 

step 5

 

-rwxrwx--- 1 luuk users 8 2006-11-27 10:22 current

-rwxrwx--- 1 luuk admd2 2 2006-11-22 12:06 format

-rwxrwx--- 1 luuk admd2 5 2006-11-22 12:06 fs-type

drwxrwx--- 2 luuk admd2 384 2006-11-27 10:22 revprops

drwxrwx--- 2 luuk admd2 384 2006-11-27 10:22 revs

drwxrwx--- 2 luuk admd2 48 2006-11-27 10:22 transactions

-rwxrwx--- 1 luuk admd2 37 2006-11-22 12:06 uuid

-rwxrwx--- 1 luuk admd2 0 2006-11-22 12:06 write-lock
Received on Mon Nov 27 15:25:48 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.