I pursued this a little more and ran into the same problem again when running a commit. The ultimate solution was to use NFS to mount the webserver. Leopard has a utility called "Directory Manager" that will mount a webserver via NFS as if it's a local drive, so you can store your working copy on a webserver and test directly without running any commits.
I hope this saves someone a few days of frustration. Don't hesitate to contact me if this isn't working for you. On May 14, 2:58 pm, Daniel James <[email protected]> wrote: > This turned out to be a common problem related to storing a working > copy on a Samba share; this has little to do with Versions itself. > The solution is to modify the main Samba configuration file (smb.conf > in Linux), adding the following line: > > delete readonly = yes > > On May 13, 1:06 pm, Daniel James <[email protected]> wrote: > > > Can't move '/Volumes/html/repo/.svn/tmp/entries' to '/Volumes/html/ > > repo/.svn/entries': Operation not permitted > > > I'm getting this message because the owner of '/Volumes/html/repo/.svn/ > > entries' doesn't have write privileges on this file. When I change > > the privileges to 711 I can move the file in Finder. Then when I try > > to create a new subdirectory in the working copy, the permissions are > > reset. Obviously I'm not supposed to tamper with this. > > > It would be helpful if someone from the development team could comment > > on what this operation is for? > > > Do I need to change the default file permissions on the Linux machine? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
