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

Re: Problem committing with multiple users on fsfs.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-09-02 03:56:48 CEST

> svn: Can't move '/proj/svn/db/current.3.tmp' to '/proj/svn/db/current': Operation not permitted

As Max notes, this is most likely due to an APR bug which causes new
directories to be created with the sticky bit set. However, it's
easier to work around the bug than he suggested; just "chmod -R o-t"
the repository after it's created, and you should be fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 03:57:10 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.