History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HAUS-1552
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Graeme Rocher
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Haus Chores

checksum mismatch problem with Grails SVN file

Created: 31/Jul/07 05:56 AM   Updated: 31/Jul/07 07:46 AM
Component/s: Subversion
Affects Version/s: short-term
Fix Version/s: short-term

Time Tracking:
Not Specified


 Description  « Hide
The file:

http://svn.grails.codehaus.org/browse/grails/trunk/grails/src/groovy/org/codehaus/groovy/grails/plugins/orm/hibernate/HibernateGrailsPlugin.groovy

Is suffering from this error message when I try and commit updates:

svn: Checksum mismatch for '/Developer/grails/src/groovy/org/codehaus/groovy/grails/plugins/orm/hibernate/.svn/text-base/HibernateGrailsPlugin.groovy.svn-base'; expected '433873a594b525c3f3f386e9af918f72', actual: '21eca57cba2101193335db1064911fd7'

It seems to be some kind of db corruption that needs correction on the server:

http://svn.haxx.se/users/archive-2004-06/0848.shtml

Please help!



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ben Walding - 31/Jul/07 06:15 AM
Ran
svnadmin verify <grails repo>

Repository was ok

Checked out that file you had problems with; remove blank line near end; committed file - no problems.

I'd recommend you refresh that area of your checkout and attempt to commit the file again; it seems your local area might be corrupt?


Graeme Rocher - 31/Jul/07 06:26 AM
ok will try and checkout again

Graeme Rocher - 31/Jul/07 07:40 AM
The issue can be closed, checking out again fixed the problem. Must have been a local db thing. Thanks.

Ben Walding - 31/Jul/07 07:46 AM
As per comments.

Local problem. Thankfully