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

Re: [Subclipse-users] Files are executable at checkout

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Wed, 17 Sep 2008 13:56:55 +0200

On Wed, Sep 17, 2008 at 11:11:05AM +0200, Hendrik Maryns wrote:
> I am bothered by a problem I have been having for a while now. I have
> some TeX projects containing .tex, .pdf and other image files. They
> have been checked in with Subclipse from a Linux desktop. Somehow, the

The operating system should not matter but the type of the filesystem.

> files are now marked as executable, since when I check them out on
> another Linux, they are. They are not in the original project, however.

Did you put these files on a filesystem which doesn't support executable
flags, such as VFAT or ISO-9660? This could be a reason. You may also
check the [auto-props] section in ~/.subversion/config.

> I have no idea how this change cam into being and cannot really
> reproduce it, since e.g. my latest project doesn’t suffer from this.
> Anyway, I’d like to make the files in the projects that have this
> problem non-executable again. Changing the permissions does not give
> any change in the Synchronizing perspective. Is there a way to get this
> done? If not in Subclipse, then maybe from the command line?

It's simple: Just delete the Subversion svn:executable property for
affected files. On the command line a
 $ svn propdel svn:executable *.tex *.pdf
should be sufficient.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-09-17 14:09:13 CEST

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

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