You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Croome <ch...@webarchitects.co.uk> on 2003/11/14 16:39:15 UTC

Permissions of checked out files

Hi

If you have a couple of users both of whom are in a group called,
for example, users, and a repo is checked out and chowned so that
all the files are in the user group then it is still not possible
for different people in the group to update stuff -- this is what
happens:

  $ svn up
  svn: Operation not permitted
  svn: svn_io_set_file_read_write: failed to set file '.svn/entries' read-write
 
  $ ls -la .svn/entries
  -r--r--r--    1 user   users     413 Nov 14 11:58 .svn/entries

Is this intended to be the case?

Chris

-- 
Chris Croome                               <ch...@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org