Problem with diffing against schedule-delete files
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-11-04 16:56:38 CET
The following sequence of steps:
svn co svn://gcc.gnu.org/svn/gcc/branches/sh-elf-4_1-branch
will cause us to try to diff against a non-existence gcc/.cvsignore file
This happens on 1.4 and 1.3
This is because the delete_entry handler in libsvn_wc/diff.c used as a
Since this is a url->wc diff, this is the editor function used, NOT the
The attached patch fixes it, which i'm committing and will nominate for
[[[
Fix url->wc diff against schedule-delete files.
* subversion/libsvn_wc/diff.c
]]]
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.