Fresh checkout shows modified files

2013-10-11 Thread Stümpfig , Thomas
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?

Mit freundlichen Grüßen

Thomas Stümpfig
Senior Presales Consultant
Global Sales  Services
Product Lifecycle Management

Siemens Industry Sector
Siemens Industry Software GmbH  Co. KG
Franz-Geuer-Str. 10
50823  Cologne, Germany
Tel.  :+49 (2153) 9107117
Fax  :+49 (221) 20802 699
Mobile :+49 (175) 2205712
thomas.stuemp...@siemens.com
www.siemens.com/plm


-
Siemens Industry Software GmbH  Co. KG; Anschrift: Franz-Geuer-Str. 10, 50674 
Köln;
Kommanditgesellschaft: Sitz der Gesellschaft: Köln; Registergericht: 
Amtsgericht Köln, HRA 28227;
Geschäftsführung und persönlich haftender Gesellschafter: Siemens Industry 
Software Management GmbH;
Geschäftsführer: Urban August, Daniel Trebes; Sitz der Gesellschaft: Köln; 
Registergericht: Amtsgericht Köln, HRB 70858


Re: Fresh checkout shows modified files

2013-10-11 Thread Stefan Sperling
On Fri, Oct 11, 2013 at 09:41:33AM +, 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.