You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by sa...@rbs.com on 2008/09/12 09:43:13 UTC

Checksum error during commit

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
***********************************************************************************

Re: Checksum error during commit

Posted by David Weintraub <qa...@gmail.com>.
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@gmail.com



On Fri, Sep 12, 2008 at 5:43 AM,  <sa...@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Checksum error during commit

Posted by David Weintraub <qa...@gmail.com>.
Actually, it looks like this post might help you:
<http://ddkonline.blogspot.com/2008/02/error-checksum-mismatch-for-filename.html>

--
David Weintraub
qazwart@gmail.com



On Fri, Sep 12, 2008 at 5:43 AM,  <sa...@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org