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

RE: Broken WC errornously attempts to add an existing file during commit

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2006-05-22 15:06:35 CEST

Hi Mikkel,

the files that are causing trouble are files which are created by the
compiler. It may be that the compiler generated files are detected as
'missing' at some point, because they are deleted and overwritten.
TortoiseSVN also tries to fix/prevent upper/lowercase filename changes on
the client side, which the CL client doesn't. Perhaps its a combination of
the two.

I recommend not to put these files under version control at all. I am
working with Delphi 7 and TortoiseSVN for years now and haven't had any
problem like yours before.

I have set my TortoiseSVN ignores to: *.~* *.bak *.ddp *.dcu *.obj
I never put .res and .exe files under version control and only the .dpr file
(.bpr in your case)

If I understand you correctly, your repository is intact, only the working
copy is FUBAR? So you should be able to check out and do this again? Without
a reproduction recipe we probably can't help you much.

Did you rename any files/folders in the path without committing the rename,
before the WC was corrupted?

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 22 15:06:57 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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