[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Ran svn revert but files are still modified

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 18 Jul 2014 16:42:44 +0200

Hi,

> On 18 Jul 2014, at 13:51, OBones <obones_at_free.fr> wrote:
>
> I have a working copy here where a file is in status "modified" which won't go away.
> This file is a binary database dump (.bak) and I don't understand why this happens on that file while there are other files with that extension in the same folder that do not behave the same.
> I tried running "svn revert" and "svn cleanup" but this did not make the file go back to unmodified.

Did you run revert recursively with "-R", or did you run it on the item specifically? Without that, do not expect the file to be reverted.

> When using WinMerge to see the diffs, it tells me the file is identical to its base.

Note that your third-party diff tool may be configured to ignore certain changes like line ending formats etc

Check your diff tool invocation settings, and check the authoritative "svn diff" on the specific item.

Andreas
Received on 2014-07-18 16:43:16 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.