Am 21.05.2011 19:12, schrieb Daniel Shahaf:
Does http://subversion.tigris.org/issues/show_bug.cgi?id=3884 describe
the problem you were seeing?
Yes. But I wonder why file sees a text file for you. In the repository
where I do the merge I see a symlink. I get a normal file only after a
new c
Does http://subversion.tigris.org/issues/show_bug.cgi?id=3884 describe
the problem you were seeing?
Christoph Bartoschek wrote on Thu, May 19, 2011 at 11:12:01 +0200:
> Hi,
>
> do I have to open an issue for this?
>
> Am 17.05.2011 13:24, schrieb Daniel Shahaf:
> >I committed
> >
> >http://svn.a
Hi,
do I have to open an issue for this?
Am 17.05.2011 13:24, schrieb Daniel Shahaf:
I committed
http://svn.apache.org/viewvc?view=rev&revision=r1104092
before I saw this mail from you.
(please add dev@ to CC if needed)
Christoph Bartoschek wrote on Tue, May 17, 2011 at 11:06:47 +0200:
Hi,
I committed
http://svn.apache.org/viewvc?view=rev&revision=r1104092
before I saw this mail from you.
(please add dev@ to CC if needed)
Christoph Bartoschek wrote on Tue, May 17, 2011 at 11:06:47 +0200:
> Hi,
>
> I have a small script that reproduces the problem:
>
> dir=$PWD
>
> svnadmin creat
Hi,
I have a small script that reproduces the problem:
dir=$PWD
svnadmin create a
svnadmin create b
svn co file://${dir}/a ca1
svn co file://${dir}/b cb1
cd ${dir}/ca1
touch file
svn add file
svn ci -m "Added file"
ln -sf file link
svn add link
svn ci -m "Added link"
cd ${dir}/cb1
sv
CC += dev@
I haven't tried with 1.6.x, but merging a symlink-add from a foreign
repository does result in bogus state with current trunk:
[[[
% $svn merge -c r922451
https://svn.apache.org/repos/asf/subversion/site/publish/
--- Merging (from foreign repository) r922451 into '.':
Afaq.e