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

Mutiple Users for One Checked out Repository

From: MET <met_at_uberstats.com>
Date: 2004-05-20 15:35:01 CEST

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
Received on Thu May 20 15:36:09 2004

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.