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

Re: 1.1.0rc2 - commit permissions prob (file: access/fsfs repos)

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-08-25 17:27:07 CEST

> I'm having trouble with file permissions when trying to commit. I'm
> accessing the fsfs repository using the 'file:' url. My previous
> commit was done by root.

Short answer: as root, "chmod -R o-t /path/to/repository"

Long answer: you've fallen prey to a bug in the APR shipped with
recent versions of svn, which causes directories to be accidentally
created with the sticky bit. Because the sticky bit is erroneously
set on your FSFS repository, you're not allowed to overwrite files
owned by other users, even though you have write access to the
directory.

svn 1.1.0-rc3 will ship with a workaround for the APR bug. In the
meantime, it's not terribly hard to work around, since FSFS doesn't
make new directories once the repository has been created.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 25 17:27:48 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.