Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I have a teamwork, and I have to secure source code. I think about SVN, but i don't know is it secure?

share|improve this question
1  
Secure against what? Configured how? – Gilles Feb 18 '12 at 21:15
2  
Are you trying to hide your source from the rest of the team? – Jeff Feb 18 '12 at 22:42
@Jeff: I'm sorry for my ambiguous question. I want to hide my source code from people who not in my team. – Jim Carrey Feb 19 '12 at 10:54
@JimCarrey, can you edit the question and explain it better there? Not everyone read the comments. – Chris Andrè Dale Feb 20 '12 at 10:29

closed as not a real question by Hendrik Brummermann Feb 25 '12 at 17:20

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Just setup good ownership (uid,gid,permission) on your filesystem hierarchy holding your files. It works for CVS, it should be same for SVN.

share|improve this answer
Subversion stores versions in a database not the file system like a CVS repository. – Bernie White Feb 21 '12 at 2:09

Not the answer you're looking for? Browse other questions tagged or ask your own question.