Johan Corveleyn <jcor...@gmail.com> writes:

> I think you should file an issue for the unrecoverable working copy
> after a "blocked by file-in-use" reverse-merge (maybe also for a
> normal merge?). It would be nice though if you could come up with a
> nice reproduction recipe,

Just about any merge will do.  repos_diff.c:get_file_from_ra passes NULL
when calling svn_stream_open_unique and that causes the system temporary
dir to be used--we should be passing the .svn temporary dir. (We should
probably continue to pass NULL if this is a diff, rather than a merge,
since the working copy might be read-only.)

-- 
Philip

Reply via email to