`svn diff --svnpatch` doesn't print changes of properties in svnpatch block
From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sun, 8 Mar 2009 19:03:56 +0100
`svn diff --svnpatch` doesn't print changes of properties in svnpatch block
I'm attaching the reproduction script.
When this script is run with SVN/SVNADMIN variables pointing to executables
========================= SVNPATCH1 BLOCK =========================
( open-root ( 2:d0 ) ) ( open-dir ( 9:directory 2:d0 2:d1 ) ) ( close-dir ( 2:d1 ) ) ( open-file ( 5:file1 2:d0 2:c2 ) ) ( close-file ( 2:c2 ( ) ) ) ( delete-entry ( 5:file2 2:d0 ) ) ( add-file ( 5:file3 2:d0 2:c3 ( ) ) ) ( close-file ( 2:c3 ( ) ) ) ( close-dir ( 2:d0 ) ) ( close-edit ( ) )
But if SVN/SVNADMIN variables point to executables from svnpatch-diff branch
========================= SVNPATCH1 BLOCK =========================
( open-root ( 2:d0 ) ) ( open-dir ( 9:directory 2:d0 2:d1 ) ) ( change-dir-prop ( 2:d1 9:property2 ( 6:value2 ) ) ) ( close-dir ( 2:d1 ) ) ( open-file ( 5:file1 2:d0 2:c2 ) ) ( change-file-prop ( 2:c2 9:property1 ( 6:value1 ) ) ) ( close-file ( 2:c2 ( ) ) ) ( delete-entry ( 5:file2 2:d0 ) ) ( add-file ( 5:file3 2:d0 2:c3 ( ) ) ) ( close-file ( 2:c3 ( ) ) ) ( close-dir ( 2:d0 ) ) ( close-edit ( ) )
-- Arfrever Frehtes Taifersar Arahesis
|
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.