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

Re: Is it safe to delete the svn:executable property on text files?

From: Nicolas Goutte <nicolasg_at_snafu.de>
Date: 2005-06-06 17:49:49 CEST

On Monday 06 June 2005 16:00, Cem Karan wrote:

The following is "as far as I know".

> I just discovered that a bunch of my .c and .h files have the
> svn:executable property when they don't need it. Is it possible to
> SAFELY delete the svn:executable property? As in, will subversion

You can use
svn propdel svn:executable

> do anything funny with the files that I should be worried about?

I have never heard that something funny has happened.

> Also, is there any point to making this conversion? I mean, will it
> make the commits any smaller, or is this much ado about nothing?

I would suggest the conversion, just for the sakeness of being correct. (It
has an impact on programs like mc, that do not want to display an executable
file.)

As for a smaller commit, I am not sure what you mean. Your local copy will be
smaller indeed, as the property will go away. (So if you have many files, it
could sum up.)

Have a nice day!

>
> Thanks,
> Cem Karan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 6 18:50:33 2005

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.