You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by MET <me...@uberstats.com> on 2004/05/20 13:35:01 UTC

Mutiple Users for One Checked out Repository

Hi all, I'm sure this question as come across a lot, but I've been
unable to find the answer.

We have a staging server where we push all of our code before we rysnc
it up to the live servers.  So the idea is that any of the developers
can go there and run `svn up` and then push the code.  However, we keep
getting permission errors.

[snip]
metnetsky@sandbox[ibuzpd]: svn update
svn: Can't set file '.svn/entries' read-write: Operation not permitted
[/snip]

We use svn over ssh (svn+ssh) to checkout the code, and simply put we're
new to subversion.  I was doing some reading about --no-auth-cache but
I'm not sure if thats the solution as off hand I couldn't get it to
work.  And yes, we definitely have our umasks set to 002 and a wrapper
script for svn itself with umask 002.  I ownership of the files in .svn
can be seen below.  A quick explanation is that the original person who
checked out the code was jmpease while I'm metnetsky.

Any help would be greatly appreciated.

~ Matthew

==================================================================

metnetsky@sandbox[ibuzpd]: ll .svn/
total 40K
-r--r--r--    1 jmpease  webusers       40 May 20 09:40 dir-prop-base
-r--r--r--    1 jmpease  webusers       40 May 20 09:40 dir-props
-r--r--r--    1 jmpease  webusers        0 May 20 09:40 empty-file
-r--r--r--    1 jmpease  webusers     3.6K May 20 09:40 entries
-rw-rw-r--    1 jmpease  webusers        2 May 20 09:40 format
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 prop-base
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 props
-r--r--r--    1 jmpease  webusers      118 May 20 09:40 README.txt
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 text-base
drwxrwxr-x    6 jmpease  webusers     4.0K May 20 09:41 tmp
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 wcprops
metnetsky@sandbox[ibuzpd]: ll .svn/tmp/
total 20K
-rw-rw-r--    1 metnetsky webusers     3.8K May 20 09:41 entries
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 prop-base
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 props
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 text-base
drwxrwxr-x    2 jmpease  webusers     4.0K May 20 09:40 wcprops



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

Re: Mutiple Users for One Checked out Repository

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-05-20 at 08:35, MET wrote:

> svn: Can't set file '.svn/entries' read-write: Operation not permitted

Upgrade to 1.0.2, where this problem was fixed.  Actually, upgrade to
1.0.3, because of the security hole.



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