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

Re: Ran svn revert but files are still modified

From: Ben Reser <ben_at_reser.org>
Date: Fri, 01 Aug 2014 17:20:21 -0700

On 7/31/14 6:51 AM, OBones wrote:
> Well, browsing through history, I found out that the svn:special property with
> value * was added to the file at the same time that its content changed from
> 20M to 79K which appear to be the exact beginning of the original file.
> I'm not sure how this happened but reverting those changes made the "sticky
> modified status" go away.
>
> Thanks for all of you that provided suggestions.

svn:special with any value (though we prefer it to be just '*') means that the
file is a symbolic link. Subversion on Windows can't actually turn these into
something like links (primarily because the equivalent functionality takes
special permissions on Windows).

The way symbolic links are implemented in SVN is that the property is set and
then the contents of the file are set to something special. Clients on
platforms where symbolic links are supported transparently convert these into
real links.

On platforms like Windows it shows up as a regular file with the contents that
the client uses to know how to create the link.

I'm still not quite clear on how you got things into the state that you did,
but I'd thought I'd add this information here in case someone happens to find
this thread searching.
Received on 2014-08-02 02:19:57 CEST

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.