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

Re: Checksum error during commit

From: David Weintraub <qazwart_at_gmail.com>
Date: Fri, 12 Sep 2008 15:44:30 -0400

I've seen that once. I got rid of it by deleting the file, then doing
an update which brought the file back. That seemed to fix the
checksum. Must be a better way to deal with it.

This is what I did:

$ mv foo.java foo.java.temp
$ svn update foo.java
restored 'foo.java'
At revision 23932
$ mv foo.java.temp foo.java
$ svn commit -m"This time it worked"

I believe it has to do with the version of the file and the checksum
stored in the .svn directory.

--
David Weintraub
qazwart_at_gmail.com
On Fri, Sep 12, 2008 at 5:43 AM,  <sandeep.saxena_at_rbs.com> wrote:
> Any clue on this error while trying to commit a file
>
>
>
> Error: Commit failed (details follow):
>
> Error: Checksum mismatch, rep 'pi':
>
> Error:    expected:  eed8c04cfc6a5153ec65ed3ddda4a8e7
>
> Error:      actual:  1545c296e091270cefbcea1f1cc3661f
>
>
>
>
>
>
>
> Sandeep
>
> ***********************************************************************************
> The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
> Office: 36 St Andrew Square, Edinburgh EH2 2YB.
> Authorised and regulated by the Financial Services Authority
>
> This e-mail message is confidential and for use by the
> addressee only. If the message is received by anyone other
> than the addressee, please return the message to the sender
> by replying to it and then delete the message from your
> computer. Internet e-mails are not necessarily secure. The
> Royal Bank of Scotland plc does not accept responsibility for
> changes made to this message after it was sent.
>
> Whilst all reasonable care has been taken to avoid the
> transmission of viruses, it is the responsibility of the recipient to
> ensure that the onward transmission, opening or use of this
> message and any attachments will not adversely affect its
> systems or data. No responsibility is accepted by The
> Royal Bank of Scotland plc in this regard and the recipient should carry
> out such virus and other checks as it considers appropriate.
> Visit our websites at:
> www.rbs.com
> www.rbs.com/gbm
> www.rbsgc.com
> ***********************************************************************************
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-12 21:44:53 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.