On Mon, Nov 6, 2023 at 8:31 AM Bo Berglund <bo.bergl...@gmail.com> wrote:
>
> I have some files in my Windows PC that are under subversion versioning.
> One exe file has been committed and not recompiled or anything, yet 
> TortoiseSvn
> marks it as modified...
>
> Is there a way with svn to check files against the repository so that a
> difference may be displayed or else just flagged?
> I think that something like Windows marking the file as used may have affected
> it because I have not recompiled it...

Subversion does not just blindly say the file is modified. It
ultimately computes a checksum of the file and compares that against
what it thinks it should be. If they are different it says the file is
modified. So something has changed.

If you are confident nothing should have changed, just run svn revert
and let SVN put back the version it thinks you should have.

Mark

Reply via email to