> -----Original Message----- > From: Daniel Shahaf [mailto:danie...@apache.org] > Sent: zaterdag 24 september 2016 09:11 > To: FEDERICO PRADES ILLANES <federico.pra...@bbva.com> > Cc: users@subversion.apache.org > Subject: Re: svn switch, touches files with svn:keywords > > FEDERICO PRADES ILLANES wrote on Fri, Sep 23, 2016 at 12:36:24 +0200: > > Steps to reproduce: > > > > 1. Create a branch b1. > > 2. Create an dummy file in b1, with svn:keywords. > > 3. Don't use the svn:keywords on the file. > > 4. Commit the changes to b1. > > 5. Create a branch b2, from b1. > > 6. Perform a switch to b2. > > > > Expected results: > > > > - Dummy file modification time hasn't change > > > > Actual results > > > > - Dummy file modification time has change > > I can reproduce this with current trunk and I agree it's a (minor) bug.
See also issue #1975, which documented the opposite behavior as a bug, which was fixed in 1.9.0 http://subversion.apache.org/issue1975 Bert