Search code examples
svnversion-controltfscloaking

How to configure svn to cloak some directories?


There is a nice feature in TFS called cloaking. In this feature, a developer can can determine which folders NOT to be copied in the working folder while checking out the sources. Can Svn support such a thing or not?


Solution

  • You can use permissions to hide parts of the repository from certain people, but as far as working copy configuration, no SVN doesn't support anything like that.