On Sat, Jan 30, 2010 at 09:29:34PM +0100, Steinar Bang wrote: > I have my unix/linux home directory checked into subversion. I would > like to restrict the file mode on some of these files to -rw------- > > Can subversion support this?
Subversion doesn't track file permissions in this way. The files in your woking copy will have permissions based on the umask setting of your shell. tyler