On 11 January 2012 11:59, Philip Martin wrote:
> Duncan Exon Smith writes:
>
> > Please let me know whether I'm doing something wrong, or if I should go
> > ahead and post this to the issue tracker.
>
> Yes, please raise an issue.
http://subversion.tigris.org/issues/show_bug.cgi?id=4096
Duncan Exon Smith writes:
> Please let me know whether I'm doing something wrong, or if I should go
> ahead and post this to the issue tracker.
Yes, please raise an issue. A shorter recipe:
svnadmin create repo
svn co file://`pwd`/repo wc
svn mkdir wc/A
ln -s A wc/B
svn add wc/B
svn ci -mm wc
subversion-1.7.2 gives an error when merging in a feature branch that
replaces a symlink with a directory on linux:
svn: E21: Can't read file '/home/duncan/svn/co/trunk/symlink': Is a
directory
I tried using --reintegrate and also the equivalent traditional merge. I
have a pretty small formu