0

I have setup svnserve and for now now I am testing a repository with no credentials, so in svnserve.config I have

[general]
# anon-access = write
### auth-access = write

# use-sasl = false

And restarted the service

I have successfully got a working copy of a project on a seperate machine using VisualSVN and svn://server/repos however when I commit using VisualSVN I get authorization failed

Any ideas?

1 Answer 1

2

Uncomment the anon-access = write line; the default is read-only.

Sign up to request clarification or add additional context in comments.

1 Comment

OMG what a doughnut!!! I'm new to svnserve and I thought that 1 # stood for a line to be read, DOH, LOL

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.