You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Andriy Kulchytskyy <wh...@ukrtop.com> on 2005/09/23 14:38:36 UTC

Re[2]: Working copy on a network share

Hello Colin,

Friday, September 23, 2005, 1:14:48 PM, you wrote:

CJB> The problem is that, during update or commit, I get the error:

CJB> svn: Can't move '.svn/tmp/entries' to '.svn/entries': Permission denied.

CJB> Quite simply, the file '.svn/entries' does not have the write permission set
CJB> so the move from '.svn/tmp/entries' to '.svn/entries' fails.  Maybe this is
CJB> related to my particular samba configuration.  However, my feeling is that
CJB> svn is explicitly removing the write permission on .svn/entries when it is
CJB> created.

Try to set directory default permissions with "dmask" option of
smbmount.

-- 
Best regards,
 Andriy                            mailto:whoops@ukrtop.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Working copy on a network share

Posted by Colin JN Breame <co...@breame.net>.
On Friday 23 September 2005 15:38, Andriy Kulchytskyy wrote:
> Hello Colin,
>
> Friday, September 23, 2005, 1:14:48 PM, you wrote:
>
> CJB> The problem is that, during update or commit, I get the error:
>
> CJB> svn: Can't move '.svn/tmp/entries' to '.svn/entries': Permission
> denied.
>
> CJB> Quite simply, the file '.svn/entries' does not have the write
> permission set CJB> so the move from '.svn/tmp/entries' to '.svn/entries'
> fails.  Maybe this is CJB> related to my particular samba configuration. 
> However, my feeling is that CJB> svn is explicitly removing the write
> permission on .svn/entries when it is CJB> created.
>
> Try to set directory default permissions with "dmask" option of
> smbmount.

I'm away this weekend but I'll give it a try this coming Monday.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org