0

I'm using visual studio 2012 and SVN (tortoise) repository. I want to block some developers access to some source files, but I need the solution project compile ok. So I can't quit any file from it, and I don't want to use compiled dll. I want to know if exist some software /plug in / app that to controls some access permission to view/get files into VS. Any Idea ?

Stephen Byrne
  • 7,400
  • 1
  • 31
  • 51
Vale
  • 1
  • 1
    If I understood you correctly, you want to compile source without access to the source. Am I right? – michaldo May 28 '15 at 15:14

1 Answers1

0

You could obfuscate the source code. (e.g. give variables cryptic names) If this is an option, take a look at this thread.

Community
  • 1
  • 1
Binkan Salaryman
  • 3,008
  • 1
  • 17
  • 29