Re: Unix file permissions
From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2005-12-01 19:40:19 CET
Shawn Matlock wrote:
Your best bet is to record the permissions that you want in properties, i.e.
$ ls -l foo
$ svn propset owner phil foo
Then have a script that you can run after updating that reads and
#!/bin/sh
for i in *
(The above is pseudo-code, don't expect it to "just work".)
Subversion does have the svn:executable property, which has set some
--Phil.
---------------------------------------------------------------------
|
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.