I have a Problem with PHP and SVN. See here... Using FUSE would be one option, but after a first look, it seems very complicated.
Is there any option to prevent an NTFS filesystem, WIN2003Server, to hide directories completely from a useraccount (I can setup apache to run under this account).
It is not as easy as it seems, given the following restrictions:
- It must be a pattern match, I do not know in advance which SVN folders will be created
- I cant deny the access to the whole parent folder, the .SVN and the content lay side by side
- Simply hiding does not work, PHP does not care for hidden flag
Any ideas (or comments)?