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

Re: svn commit: r943609 - in /subversion/trunk/subversion: libsvn_wc/props.c tests/cmdline/special_tests.py

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 12 May 2010 23:34:58 +0300 (Jerusalem Daylight Time)

Daniel Shahaf wrote on Wed, 12 May 2010 at 23:19 +0300:
> It only affects symlinks being added on Windows

And even then, what exactly is the effect? What code exactly is going to
bother noticing that the property's value is not "*", given that we
promise it to always be "*" whenever the property is present? :-)

Daniel
(I've always wondered why symlinks are represented as

    metadata = { 'svn:special' : '*' }
    data = "link $target"

rather than as

    metadata = { 'svn:special' : 'link' }
    data = "$target"

.)
Received on 2010-05-12 22:35:05 CEST

This is an archived mail posted to the Subversion Dev mailing list.

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