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

Remaining of 'svn:executable' on changing file to link

From: Thomas Sturm <thomas.sturm_at_thalesgroup.com>
Date: 2007-05-03 13:45:59 CEST

Hello,

if you have a link in subversion and this link has the property
'svn:executable' set, it will be not possible to (freshly) checkout.
See <http://subversion.tigris.org/issues/show_bug.cgi?id=2344>

But if you replace an executable file with a link of the same name,
the property 'svn:executable' will remain.

Following setting:

% touch com.sh
% chmod +x com.sh
% svn add com.sh
% svn ci

Property 'svn:executable' is set.
Now change the file to a link:

% svn del com.sh
% ln -s ../bin/com.sh .
% svn add com.sh
% svn ci

Now 'com.sh' was replaced and has property 'svn:special' AND
'svn:executable' although it was deleted and added.

Why is the 'svn:executable' property not deleted, when the file
was deleted and a link with the same name was added?

-- 
Thomas Sturm
Alcatel Transport Solutions Deutschland GmbH    Member of Thales Group
Colditzstrasse 34-36                             ALCA-Tel.   2520 3714
D 12099 Berlin, Germany                          Tel. +49 30 7002 3714
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 5 17:27:06 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.