reset password
Author Message
praveen
Posts: 2
Posted 06:28 Nov 07, 2009 |

Hi

I m having trouble commiting my source code  to svn repository..

org.tigris.subversion.javahl.ClientException: Working copy text base is corrupt
svn: Commit failed (details follow):
svn: Checksum mismatch for 'C:\cs520\workspace\csns\src\csns\model\assignment\.svn\text-base\Answer.java.svn-base'; expected: '778344afbbf460449b3e7ba22048df94', actual: '10b7543e6d18053acb0180dd8be192a2'

 

Any clue how to fix it?

Last edited by praveen at 06:53 Nov 07, 2009.
cysun
Posts: 2935
Posted 09:36 Nov 07, 2009 |

Google "svn: Checksum mismatch".

praveen
Posts: 2
Posted 17:58 Nov 07, 2009 |

It's fixed.

The following procedure helped.

  1. make a backup of the working copy in a different directory
  2. delete only the corrupted directory from your working
  3. make an svn update
  4. copy back only the modified files you need from the backup copy to the current working copy
  5. commit your changes

 

-- Praveen