'Operation not permitted' -- problem solved
From: Christopher Dunn <Christopher.Dunn_at_Freescale.com>
Date: 2004-09-02 19:21:13 CEST No-one but the repo creator can commit. bash% svn commit -m "" hello.c Sending hello.c Transmitting file data .svn: Commit failed (details follow): svn: Can't move '/proj/svn/db/current.3.tmp' to '/proj/svn/db/current': Operation not permitted Solution: Turn off the sticky bit. chmod -R o-t /proj/svn This is best when the repository is created, as otherwise a few current.x.tmp files stick around, but it definitely solves the problem. Apparently this is fixed (or gotten around) in the latest releases of svn/apr, though we have not tested that yet. Thanks for the quick help. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Thu Sep 2 19:21:57 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.