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

Re: Changing permissions on files in the repository

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-11 06:04:53 CET

Ralph Becket wrote:

> I'm sure this question must have been asked before, but I haven't had
> much luck googling for the answer or searching in the mailing list
> archives, so I hope someone can help me out.
>
> My problem is that I checked some files into my Subversion repository
> and now I want to change the permissions on them such that next time I
> check them out these files are neither group nor world readable.
>
> Simply chmodding the files and then doing `svn ci' doesn't achieve
> anything.
>
> My question: is there a simple solution?
>

No, svn has no system for preserving permissions, or tweaking them. The
only feature that is "close" is setting the svn:executable property,
which causes files to be +x in the working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 11 06:06:18 2004

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.