On Tue, Jul 16, 2013 at 09:26:44AM +0200, Marek Gulanowski wrote: > Hello there, > > I may have found a bug:
Yes, you have. I can reproduce this. Please file I an issue. Thanks! > In my repository I have an external directory which is defined using a path > with an intermediate directory as follows: > path_to_external intermediate_directory/external_dir_in_wc > > When I try to diff the whole WC, I get the error > > svn: E155010: The node 'intermediate_directory' was not found. > > I hadn't had this error before I migrated to release 1.8 of SVN. It happens > both in WC's which have been upgraded to 1.8 and those which I have freshly > checked out. > > I have noticed this in 2 builds: > svn, version 1.8.0 (r1490375) > compiled Jun 19 2013, 10:42:54 on i686-pc-cygwin > > svn, version 1.8.0 (r1490375) > compiled Jun 17 2013, 19:47:41 on x86-microsoft-windows > > Is this an SVN problem or am I doing something wrong here? > > Regards, > Marek Gulanowski