SVNForum.org Forum Index FAQFAQ SearchSearch MemberlistMemberlist RegisterRegister Log inLog in

Download Subversion 1.6.12: Free Subversion TrainingWindows - Free Subversion TrainingCentOS 5 - Free Subversion TrainingRedhat Enterprise Linux 5 - Free Subversion TrainingUbuntu 9/10.04 - Free Subversion TrainingDebian Lenny (5)

Free Subversion Training: Free Subversion TrainingAll About Subversion Hook Scripts Free Subversion TrainingSubversion Locking Free Subversion TrainingAll About Checkouts
 
Recover/remove bad revision

 
Post new topic   Reply to topic    SVNForum.org Forum Index -> General Setup & Troubleshooting
View previous topic :: View next topic  
Author Message
krunchy



Joined: 26 Mar 2007
Posts: 2

PostPosted: Mon Mar 26, 2007 5:12 pm    Post subject: Recover/remove bad revision Reply with quote

I have a new SVN repository I'm administering, and I discovered that one changeset is corrupted:

Code:
[root@ts ~]# svnadmin verify myrepo

* Verified revision 7282.
svnadmin: Checksum mismatch while reading representation:
   expected:  1e0dc8faea443bbdf95e56f0c8a593f3
     actual:  e2f86ad0c7f9e834eb0581c6139e2bda


So, I attempt to recover:

Code:
svnadmin recover myrepo
Repository lock acquired.
Please wait; recovering the repository may take some time...

Recovery completed.
The latest repos revision is 12761.


But it still fails on the verify:

Code:
[root@ts ~]# svnadmin verify myrepo

* Verified revision 7282.
svnadmin: Checksum mismatch while reading representation:
   expected:  1e0dc8faea443bbdf95e56f0c8a593f3
     actual:  e2f86ad0c7f9e834eb0581c6139e2bda


This changeset is when a bunch of files were moved to a different path within the repository.

I am unsure what to do at this point. If I dump/restore incrementals excluding the bad revision 7283, I am concerned I will lose track of the files...? Is there a way to skip/repair just this revision?

Thanks.
[/code]
Back to top
View user's profile Send private message
View previous topic :: View next topic  
Post new topic   Reply to topic    SVNForum.org Forum Index -> General Setup & Troubleshooting All times are GMT - 4 Hours
Page 1 of 1
Display posts from previous:   
Google
 
Web SVNForum.org