RE: [PATCH] Issue 2333 "diff URL1 URL2 not reverse of diff URL2 URL1"

2010-08-06 Thread Bert Huijben
> -Original Message- > From: Stephen Butler [mailto:sbut...@elego.de] > Sent: vrijdag 6 augustus 2010 12:21 > To: dev@subversion.apache.org > Subject: [PATCH] Issue 2333 "diff URL1 URL2 not reverse of diff URL2 > URL1" > > Hi folks, > > here'

[PATCH] Issue 2333 "diff URL1 URL2 not reverse of diff URL2 URL1"

2010-08-06 Thread Stephen Butler
Hi folks, here's a patch that fixes issue 2333. When doing a repos-repos diff, Subversion has always skipped the content of a deleted directory. All diff tests now pass, except for those that try to diff locally- added files. Does anyone have a problem with my changes to the repos_diff layer? I