Oops, forgot to include dev on my reply this morning...
On Mon, Mar 3, 2008 at 9:46 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> On Mon, Mar 3, 2008 at 8:42 PM, Paul Burba <ptburba_at_gmail.com> wrote:
>
> > The problem is that the whole tree rooted at 'A_COPY' gets locked at
> > the start of the merge. Then the svn_wc_diff_callbacks2_t callback
> > merge_dir_added() doesn't find 'A_COPY/d' in the admin access (since
> > that *is* case sensitive) and not finding it attempts to open a new
> > access, but in doing so runs into the existing 'A_COPY/D'. I haven't
> > thought much on how to solve this; I want to solve the simpler file
> > case first.
>
> I think it is relevant to know if this behavior is any different from 1.4.
This behavior exists in 1.4.6 and has AFAICT has been with us for a
very long time. I didn't mean to imply it was a 1.5 problem.
Paul
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-04 17:13:31 CET