> -----Original Message-----
> From: Stefan Küng [mailto:[email protected]]
> Sent: vrijdag 29 april 2011 18:58
> To: Subversion Development
> Subject: Re: svn_wc_get_pristine_copy_path and deleted file
> 
> On Fri, Apr 29, 2011 at 18:48, Stefan Küng <[email protected]> wrote:
> > Hi,
> >
> > The (deprecated) API svn_wc_get_pristine_copy_path has a regression:
> > in 1.6, it properly returned the pristine path of files that were removed
> > (svn rm).
> > But now, it returns a bogus path (..\.svn\nonexistent-path), not the path of
> > the BASE file of the removed file.
> > I haven't tested svn_wc_get_pristine_contents2 since that returns a
> stream
> > and I need a file to pass to the external diff application.
> 
> Update:
> svn_wc_get_pristine_contents2 doesn't work either in this situation.

r1097942 should fix both cases even though they used different code paths.

        Bert 

Reply via email to