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

Re: Repository corruption? If so how do I recover?

From: Robert Sfeir <yosemitesam_at_gmail.com>
Date: 2005-01-17 14:51:22 CET

never mind, just figured it out and shook the problem out. It seems
there was some phantom file which was not on my machine, and seemed to
be stuck in limbo between a subversion checkin and a subversion
remove. I did a svn remove Attribute.java and it seemed to let me, so
I committed that change and now all is well.

Hope the error reports for Subversion get a little better than just
throwing segmentation faults on svnadmin verify or just flat out
busting the update or check out process.

R

On Mon, 17 Jan 2005 08:43:07 -0500, Robert Sfeir <yosemitesam@gmail.com> wrote:
> I seem to be hitting snags here.
>
> I tried updating an already checked out repository, and keep getting
> the following error:
>
> (in a directory called service I do svn update)
> subversion/libsvn_subr/io.c:546: (apr_err=2)
> svn: Can't copy '.svn/text-base/Attribute.java.svn-base' to
> '.svn/tmp/text-base/Attribute.java.svn-base.tmp': No such file or
> directory
>
> So I tried checking out the full repository in a separate directory,
> and it gets to a point then fails with:
>
> A mesquite/src/com/codepuccino/mesquite/service/impl/TicketManagerImpl.java
> subversion/libsvn_ra_svn/marshal.c:251: (apr_err=210002)
> svn: Connection closed unexpectedly
> JavaGeek:~/Projects sfeir$ svnadmin
>
> note the location of the package is the SAME directory as where the
> error happens (service)
>
> I did an svnadmin verify on the server itself and got up to a revision
> and then got:
> * Verified revision 374.
> * Verified revision 375.
> Segmentation fault
>
> I'm running out of ideas here... can anyone help?
>
> Our server is svn 1.1.1, I've asked my ISP to up it to 1.1.3 in case
> that will help. I am using svn on OS X, my client version is 1.1.2
> but tested with 1.1.1 as well as same issues.
>
> Any help would be greatly appreciated.
>
> Thanks
> R
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 17 14:54:15 2005

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.