I had a problem with Versions that really annoyed me, it was asking me
over and over again to accept our certificate, and pressing 'accept
permanently' didn't make any difference, it just kept asking again and
again every minute. I noticed lots of people have the same error, so
here's how to fix it:

SVN can't store your certificate config because the content of the
'.subversion' directory in your home directory is owned by root and
not by you. To fix it do the following:

- open a terminal, you should now be in your home directory
- type 'ls -la' and check the ownership of the directory
'.subversion'. It should be owned by your user, and group staff.
- then type 'cd .subversion' and try again 'ls -la'. You should now
see that the contents of the directory are owned by root, so your user
can't write here.
- change the permissions by typing 'sudo chown -R youruser:staff *'
and replace youruser with your user name

All certificate errors should now be gone. This is not a Versions bug,
it's either a problem with Mac OS or SVN. I don't know why the folder
is owned by your user and the contents are owned by root. It's weird.

-- 
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.

Reply via email to