[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Hide a file

From: <echofloripa.yell_at_gmail..com>
Date: Wed, 21 Jan 2009 09:15:11 -0800 (PST)

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_at_subversion.tigris.org].
Received on 2009-01-27 22:20:46 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.