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

Re: authz access file problem

From: Patrick Smears <patrick.smears_at_ensoft.co.uk>
Date: 2004-11-10 19:57:29 CET

On Mon, 8 Nov 2004, Sören Kuklau wrote:

> > But it said that if you have an anonymous root, AND checkout your
> > repository from your root, your non-anonymous directories will not be
> > recursed into, and silently ignored. This is due to the fact that
> > checkouts can only fetch your credentials once at the beginning, and
> > at that time (root of the repository), you don't need any usernames or
> > passwords (because anonymous access is granted), and thus the whole
> > checkout is performed as an anonymous user.
> >
>
> Unfortunately, this is indeed *exactly* what's happening now. It is
> clear through `svn ls` that the directories /exist/ - they're just
> never checked out unless you explicitly ask svn to, and even then,
> things just don't work correctly at all. I suppose the only true
> solution to this problem* is to use separate repositories.
>
> *) The problem being: we have a software project with a server (under
> GPL), and several clients, some of which aren't open-source. For
> obvious convenience reasons, though, we'd still like to have the client
> sources in the repository, accessible for developers only. Using authz
> for this seemed like the obvious solution, but I guess not?

Would it work to create a user 'anonymous', with a null/known password,
with read access to the GPL parts of the repository? That way, everyone
would be asked for their credentials at the root of the repository;
developers can give their own details, and other users could log in as
'anonymous'... slighly less convenient for the latter, but it would appear
to get round the problem!

Patrick

-- 
The easy way to type accents in Windows: http://www.frkeys.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 19:57:57 2004

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.