I'm planning on hiring a freelancer to work with me on a project. All of my code is on my SVN, but I don't want some of it to be available to the other programmer. That said, there are many directories, and I want the other person (who I have never met) to only access certain directories, for both read and write.
I can't find anything in SVN, other than using DAV (hell), or using pre-commit hook. How do you prevent somebody else to read the entire tree?
Alternatively, I can create another repository, but I do not wish to do that.
Thanks!