-3

I have a SVN server under CentOS 6.0 and I would like to know if is there a way to prevent users from transfer svn checkout files to another computer or data storage?

Or just similar a encryption mode, readable only in computers that have an key.

Thanks a lot.

Vinicius

deschamps
  • 53
  • 1
  • 3
  • 5
    If someone with access to your source code and wants to steal it, they're going to be able to steal it. – ceejayoz Nov 09 '12 at 18:32
  • So there is no way to do what I pretending? – deschamps Nov 09 '12 at 18:33
  • 3
    Apply sufficient amount of duct tape on user? :) Otherwise you need to create a seriously locked down computing environment, which goes way beyond the scope of Subversion. – andol Nov 09 '12 at 18:36
  • That's a good option, I will analyze that for sure :) but you know if a version control with this feature exist? – deschamps Nov 09 '12 at 18:37
  • 2
    @deschamps He's saying that you're looking at this from a tool/solution standpoint instead of the process standpoint from which you should be viewing it. There's no one tool that will secure all your systems from everything, and that's what you're asking for. – Magellan Nov 10 '12 at 00:09

1 Answers1

5

No.

When you give data to someone you lose control of it. Treat this as an axiom.
The real-world equivalent to your question is If I give someone my house key is there any way I can stop them from getting into my house...

voretaq7
  • 79,879
  • 17
  • 130
  • 214