You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ec...@gmail..com on 2009/01/21 17:15:11 UTC

Hide a file

Hi, I set-up an automated way to execute our database updates, but part of the process we get all the passwords for a given environments from a file in svn. Is it possible to have something like that

env
|-dev1.properties
|-dev2.properties
|-qa1.properties (visible only to support role)
|-live.properties (visible only to operations role)

Still, anyone would be able to checkout everything except those files.
I know I can avoid writing to those using a post commit hook, and I can protect from reading a whole folder, using :
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir

is there anyway to achieve this somehow?
If it's not possible to do it on file granularity, is it possible to hide folders?

Thanks a lot
Emerson

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1041614

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].