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

Problem when updating permissions in authz file

From: Alx <otinanism_at_gmail.com>
Date: 2006-06-05 19:01:05 CEST

1) Create a repository with (at least) one directory (named for example
test) in the repository root

2) set permissions in authz file:

            [ / ]

            user = rw

            [ /test]

            user =

3) Create a working copy and checkout repository. The folder is of course
not shown in the working copy.

4) Change permissions in authz file:

            [ / ]

            user = rw

            [ /test]

            user = rw

5) Update working copy: The test directory is still not shown

P.S. : The checkout, update operations are done through Tortoise.
Received on Wed Jun 7 17:55:47 2006

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

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