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

Reply via email to