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

Re: SVN Query about granting access

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 7 Apr 2014 08:12:59 +0000

karthik kg wrote on Mon, Apr 07, 2014 at 17:40:54 +1000:
> Repository name - TTN
> Location on the server -
>
> /apps/bss/SubVersion_Repository/TTN
>
>
> I tired editing the /var/opt/app/SubVersion_Repository/NTT/conf/auth file
> with below parameter for providing read only access to the TTN repository.
>
>
> [repository:/NTT]
>
> d389678 = 'r'
>
>
> But even after changing the auth file, i can see i hav write access to the
> user d389678.
>
> My query is, is there any file that needs to be updated? if yes, kindly
> provide us the detailed view of the parameter that needs to be updated on
> the file.

There isn't any other file, but you didn't edit that file correctly.

Don't use single quotes (') in the value. It is not guaranteed to work
and may stop working in future versions.

I think you mean:

    [TTN:/]
    d389678 = r

   That is: the "/" path within the repository called "TTN".

If this doesn't work, please indicate whether you use svnserve or httpd,
and whether you use -r/--root (svnserve) or SVNParentPath (httpd) and
if so what path it is set to.

Daniel
Received on 2014-04-07 10:13:42 CEST

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.