[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to give local scripts unrestricted access to the repos?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-20 17:35:29 CEST

On Apr 20, 2006, at 17:19, John Thile wrote:

> I'm having a problem with what should be a simple task, I think. I've
> got a Subversion server using the SSPI authentication against my
> domain. That works perfectly and is very cool. Just recently, I've
> needed to add a lot more hook scripts. In the past, my scripts have
> all operated only on individual transactions. One of my new scripts
> actually needs to access the repos itself. It gets a 403 Forbidden
> error, because it's not using a domain account.
>
> I decided the best way to solve that would be to allow 127.0.0.1
> unrestricted access to the repos, which should, in theory, prevent the
> script from getting rejected. Well, that doesn't seem to be the case.

[snip]

You could have your hook scripts access the repository via the
file:/// protocol and bypass all the http:// access restrictions
you've put in place.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 20 17:37:37 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.