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

Re: Fresh checkout shows modified files

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 11 Oct 2013 11:58:19 +0200

On Fri, Oct 11, 2013 at 09:41:33AM +0000, Stümpfig, Thomas wrote:
> Hi all,
> for some directories I get modified working copies right after a fresh checkout.
> This seems very strange to me. I do not get any error message. My Platform is Windows 7 64 Bit. I am using TortoiseSVN 1.8.1, Build 24570 - 64 Bit as client. Visual SVN as server. But also tortoise svn command line tools are producing the same results.
>
> How can I start to debug? Network doesn't seem to be the issue. Am I right?

Does 'svn cleanup' fix it?

If so, my guess would be that timestamps of the on-disk files differ
from what was recorded in .svn/wc.db. This difference would cause the
modification check logic to flag files as modified.

'svn cleanup' syncs the on-disk timestamps with the ones stored
in meta data.
Received on 2013-10-11 11:59:00 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.