0
votes

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!

3
Try "apt-get install git" instead. :PDan Moulding
It is probably more usefull to give information on your linux distribution than on which program you are trying to install.Bert Huijben

3 Answers

1
votes

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.

1
votes

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.

0
votes

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.