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

potential bug: svn:executable property set differently by import and add

From: Tom de Vries <tjvries_at_xs4all.nl>
Date: Wed, 10 Mar 2010 21:20:13 +0100

Hi,

to reproduce the problem:
- execute do script in empty directory
- look at resulting trace (attached in LOG)
- note that propget returns different results for the 'import' and
'add' case

I build svn 1.6.9, and traced the problem a bit. As far as I can see,
for the add svn_wc_canonicalize_svn_prop is called where the property
value is set to '*'.
For import the canonicalization of the property does not happen,
while as far as I understand, it should.

If the problem would only show up with propget, it would not be an
issue for me, but the problem also shows up in svn diffs (as
demonstrated at the end of the do script).

Regards
   Tom
Received on 2010-03-10 21:32:18 CET

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.