Code

git-svn: fix symlink-to-file changes when using command-line svn 1.4.0
authorEric Wong <normalperson@yhbt.net>
Tue, 24 Oct 2006 09:50:37 +0000 (02:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Oct 2006 22:15:51 +0000 (15:15 -0700)
commit9ffd652a385298f3565fdc3f0d0424001a376539
tree613a8b8dcb8ad57f9912c34e9fb755f382a05a66
parent2eb10ac7b51c8bb2257e5e2dea85929675de3fd1
git-svn: fix symlink-to-file changes when using command-line svn 1.4.0

I incorrectly thought this was hopelessly broken in svn 1.4.0,
but now it's just broken in that the old method didn't work.  It
looks like svn propdel and svn propset must be used now and the
(imho) more obvious svn rm --force && svn add no longer works.

"make -C t full-svn-test" should now work.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Acked-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl