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

Re: new user questions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-29 18:35:38 CEST

On Mon, 2004-03-29 at 10:01, Raghavan Srinivasan wrote:
> Currently 3 people of using svn to manage the above mentioned source base and we just got this error:
> $ svn update
> A emsw/file1.c
> A emsw/apps/file2.c
> U emsw/apps/xyz/file3.c
> U emsw/apps/zzz/file4.c
> subversion/libsvn_wc/update_editor.c:1536: (apr_err=155017)
> svn: Checksum mismatch for 'emsw/apps/rc/.svn/text-base/appinfo.xml.svn-base'; e
> xpected: 'da4fa02838b9141913cb0f603a5fef25', actual: 'a5cb26b2e00c6e6f108c994f7f
> ff705a'

This typically means that something has changed the contents of your
.svn/text-base/ pristine copy. Did you or another program accidentally
edit it somehow? The checksum error you're seeing is an explicit
safeguard against this situation.

> I have also come across berkeleyDB corruption errors and running "svnadmin recover" seems to
> solve the problem.

Are you using db4.2? Have you read the parts of the book about being
careful with database permissions and ownership, particularly the last
section in chapter 6?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 18:37:06 2004

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.