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

Re: remove .tmp files

From: Helge Kruse <Helge.Kruse-nospam_at_gmx.net>
Date: Tue, 10 Feb 2009 07:03:34 +0100

paptimusx wrote:
> Hi there.
>
> I deleted temporary files, and do 'svn up'.
>
> It seems to have deleted files of extension tmp that exists in
> directory svn or less at that time. Afterwards, there is a
> disagreement of checksum.
>
> The directory of the problem was a branch, and while it merged it
> from the trunk.
>
> In this case, should I have prohibited 'del /s *.tmp'?
>
>
> % del /s *.tmp
> % svn up
>
> svn: Checksum mismatch for 'Txxxx\xxxxxx\.svn\text-base\xsssss.h.svn-base';
> recorded: '69b8ba9b82467add20ccef86af2a1af
> ', actual: 'f800d3a174bab3ae39820c498385a63a'
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1132363
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

The .svn directory contains a directory tmp. You can try to restore the
.svn directory structure with

   svn cleanup

I am not sure under waht conditions the content is important. But when
yur are in the phase of updating you working copy, it seems to be ok to
svn cleanup.

Helge

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1132423

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-10 07:05:07 CET

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.