开发者

svn setup permission issues

I'm having trouble setting up my svn. I used apt-get install subversion to install the software. 开发者_如何转开发The default svn folder was /home/svn/ I changed the ownership of the folder to an administrator account (not root) and a subversion user group I setup. I set the folder permissions to 0760 recursively through all the subfolders.

Yet whenever I try connecting to the repo I get this: "Commit failed (details follow): Can't open file '/home/svn/bftc/format': Permission denied".

I have no idea what's wrong!


Make sure your user has execute permission on any folder. 770 should work for you (as Newton Falls pointed out) as this will allow group execute.


If your svn repository is owned by a group that you are not in, then 770 will not work. You have to be part of the group, or change permissions to 777. The former is preferable.


How have you set up the repository access? Does your user have permissions to access your repository? If it is via the svn access file you may want to check the user permissions.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜