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

WC permissions

From: <y2w2de9j001_at_sneakemail.com>
Date: 2003-12-09 20:15:42 CET

I've been following the recent discussions on the mailing lists (I believe dev also has been talking about this) about WC permissions problems. We've been having the same problems here where one person has checked out a WC, then someone else comes along and tries some SVN commands.

What happens is that WC becomes essentially unusable by either party until root can come along and fix the file ownerships. Without delving too deeply into the code, I have to ask if these problems are actually necessary.

Using strace and debugging the code, I've found that svn is trying to chmod files in the .svn directory to 0666 (or something similar). This chmod is attempted whether or not the file already had the proper permissions set.

What are the fundamental problems with allowing more than two people from working within the same WC, other than that svn is chmod'ing files that it might not need to, then failing with EPERM?

Thanks,

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 9 20:16:32 2003

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.