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

Re: How do I change file permissions?

From: <brian_at_enchanter.net>
Date: 2007-10-11 14:48:37 CEST

Jeremy Pereira wrote:

> On Unix systems, the eventual permissions of the reverted file is
> determined by your umask setting. If you set umask to 007, the
> reverted file will have rw-rw---- permissions. Otherwise you are
> going to need to chmod it after the revert.

That wasn't what was happening. 'svn revert' reverted files back to
whatever permissions they had when they were first checked in, even if I
did an 'svn remove' and then 'svn add'ded them back in.

The solution we came up with was to chmod all the files to the permissions
we wanted, then check them all in to a new repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 12 00:47:09 2007

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.