You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bryan O'Sullivan <bo...@serpentine.com> on 2012/05/13 14:14:04 UTC

delta editor: file properties are not preserved during svnsync of subdir

I've attached a file that creates a small repo that you can use to
reproduce this problem.

If you svnsync only the trunk of this repo, the new repo loses the
svn:special and svn:executable properties of files.

I ran into this with hgsubversion, but the bug is within svn itself: the
delta editor's change_file_prop hook is not called in these instances.

Reproduced with 1.6 and 1.7.

Re: delta editor: file properties are not preserved during svnsync of subdir

Posted by Philip Martin <ph...@wandisco.com>.
"Bryan O'Sullivan" <bo...@serpentine.com> writes:

> If you svnsync only the trunk of this repo, the new repo loses the
> svn:special and svn:executable properties of files.

Agreed, this is a Subversion bug. I've raised issue
http://subversion.tigris.org/issues/show_bug.cgi?id=4184

Thanks for the clear bug report!

-- 
Philip