Go into the conf directory and edit svnserveconf ment every line with only a single sign except for the line starting with authz-db , then save and exit. Abstract: a simple frondend for manager the svnserveconf, authz and passwd for subversion: released: jan: size: kb: md checksum: bcc74185dc21b6db39518cfd94b67849. In the conf folder you will find three files: authz, passwd and svnserveconf we won t look at the authz file now, and instead start by editing the passwd file:. Inside that folder, you will notice a file svnserveconf you can use notepad to open this file and make changes if you remove the that is placed before anon-access. Edit c: svn repos conf svnserveconf, ment these lines and change anon-access to none: anon-access = none auth-access = write password-db = passwd realm = my subversion. Not authorized to open root of edit operation after a little search on google i determined the issue was that i didn t have a anon-access=none line in my svnserveconf file. Then open svnserveconf file in a plain text editor ment the line auth-access = write by removing the in the beginning. Edit the svnserveconf file by menting the following lines in the general section (there should be no spaces at the beginning of the lines):. Now let s open up svnserveconf: vim svnserveconf you ll want to ment the following (press i to enter insert mode to edit): anon-access = read. I tried turning authorization off in the conf svnserveconf same result now that was really odd i turned off authorization, but authorization was still failing for writes.. svnserve.conf Related Links |