box1405 wrote:
I'm Using:
TortoiseSVN 1.5.2, Build 13595 - 32 Bit , 2008/07/31 17:04:57
Subversion 1.5.1,
And retrieving my stuff from samba server.
------------------------------------------------
Commit succeeded, but other errors follow:
Error bumping revisions post-commit (details follow):
In directory 'X:\images\site\sites\brands\expo'
Error processing command 'committed' in 'X:\jabba\images\site\sites\brands\expo'
Can't move
'X:\images\site\sites\brands\expo\.svn\props\but_submit.gif.svn-work' to
'X:\images\site\sites\brands\expo\.svn\prop-base\but_submit.gif.svn-b...\
Access is denied.
Hi. I've solved the same problem in my network. You need modify samba share properties. For example:
Previous variant:[webroot]
comment = webroot
path = /webroot
public = yes
writable = yes
guest ok = yes
browsable = yes
New variant:[webroot]
comment = webroot
path = /webroot
public = yes
writable = yes
guest ok = yes
browsable = yes
create mask = 0644
force create mode = 0600
security mask = 0555
force security mode = 0600
You can read more information at
smb.conf page.