Hi,
> -----Original Message-----
> From: Res Pons [mailto:pons32@hotmail.com]
...
>
> ---------------------------- end of file------------------------
>
> AND HERE'S THE PROBLEM:
>
> When I do "svn list --username testuser
> http://svn.ourdomain.com/svn/proj2/trunk" at the C: prompt
>
> I get to see the hidden folder listed! I have tried EVERY
> variation of [svn:/proj2/trunk/webproducts] as follows:
>
> [:/proj2/trunk/webproducts]
> [/proj2/trunk/webproducts]
> [proj2/trunk/webproducts]
> [trunk/webproducts]
>
> WHAT AM I DOING WRONG? Help please.
In fact, as far as I know, you can't do this with Subversion, there's no
concept of a hidden folder. The only concepts you have are read-access and
write-access. Disabling read-access on a folder, which is what you have done
in this setup, disables the access to the contents of that folder (
subfolders and files ).
You can workaround this behaviour by making a 'private' folder, with
read-access disabled for user 'testuser', and then put your webproducts
folder inside that 'private' folder.
Lieven.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 20 18:54:09 2006