Re: Xcode and Subversion. Error: 170001 (Authorization failed)
Re: Xcode and Subversion. Error: 170001 (Authorization failed)
- Subject: Re: Xcode and Subversion. Error: 170001 (Authorization failed)
- From: "email@hidden" <email@hidden>
- Date: Thu, 14 Feb 2008 09:52:53 +0000
Thanks for the reply Andrew
If it works from the command line but not from within Xcode, then file
a bug, including as much information as you can about your Subversion
repository setup.
If you get the same error (error code) when you try committing from
the command line, then this is something that's gotten screwed up
about your Subversion repository. We may be able to help you with that
here, but it's not an Xcode issue.
-- Andrew
Yeah, it turns out that the gremlin was in my subversion configuration
not in xcode.
The problem persisted at the command line.
I had switched from using a file:// based url to using the svnserve
style svn://.
In the latter case subversion parses the conf/svnserve.conf file in
the repository for security permissions.
So under the [general] section set
anon_access = write
or set up the password file.
Jonathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden