开发者

Permission denied error trying to commit to Subversion

开发者 https://www.devze.com 2023-01-13 10:44 出处:网络
I can checkout but I can\'t checkin The开发者_运维百科 error issvn: Can\'t open file \'/Users/Shared/svn/test/db/txn-current-lock\': Permission denied

I can checkout but I can't checkin

The开发者_运维百科 error is svn: Can't open file '/Users/Shared/svn/test/db/txn-current-lock': Permission denied

What can I do to fix this


Are you in the same group as the owner of the files in the svn repository directories ? Are the files group writable ?


have you tried doing the command "svn cleanup" sometimes it helps with random svn problems

0

精彩评论

暂无评论...
验证码 换一张
取 消