Re: Local diff of copied dir shows all props added

2014-08-21 Thread Julian Foad
Julian Foad wrote: > Bert Huijben wrote: >>  Julian Foad wrote: >>>   OK, seems to be fixed by copy-n-paste in r1619380. >> >>  Patch looks good. >> >>  How hard would it be to tweak your test for inclusion in the testsuite? > > Done in r1619393. > >>  I'm wondering when we introduced this prob

Re: Local diff of copied dir shows all props added

2014-08-21 Thread Julian Foad
Bert Huijben wrote: > Julian Foad wrote: >>  OK, seems to be fixed by copy-n-paste in r1619380. > > Patch looks good. > > How hard would it be to tweak your test for inclusion in the testsuite? Done in r1619393. > I'm wondering when we introduced this problem... 1.7, 1.8, 1.0? > (Especially sin

RE: Local diff of copied dir shows all props added

2014-08-21 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julianf...@btopenworld.com] > Sent: donderdag 21 augustus 2014 14:57 > To: Subversion Development > Cc: Bert Huijben > Subject: Re: Local diff of copied dir shows all props added > > OK, seems to be fixed by

Re: Local diff of copied dir shows all props added

2014-08-21 Thread Julian Foad
OK, seems to be fixed by copy-n-paste in r1619380. - Julian Julian Foad wrote: > Locally copying an (unmodified) dir with properties results in a wrong local > diff output. > > [[[ > $ svn cp tools/hook-scripts/mailer hs > A hs > > $ svn st > A  +    hs > > $ svn diff hs/ > ### (pri

Local diff of copied dir shows all props added

2014-08-21 Thread Julian Foad
Locally copying an (unmodified) dir with properties results in a wrong local diff output. [[[ $ svn cp tools/hook-scripts/mailer hs A hs $ svn st A  +    hs $ svn diff hs/ ### (prints a bunch of diff headers for unchanged files ### and then...) Index: hs ==