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

Re: Recovering data from failed transaction. (HELP!!)

From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-09-23 19:50:09 CEST

On Thu, 23 Sep 2004 13:34:03 -0400 (EDT), Sir Woody Hackswell
<woody@hackswell.com> wrote:
> Hello! I have a deloper on my team who did a commit through tortoiseSVN and
> received a error about transactions. He then proceeded to delete the files
> he'd just tried to commit, and they're gone. Hehe... that's not your guys'
> problem. It's user education.
>
> Now... I have two log.* files on the server from his failed commit. How can
> I either:
>
> * Stuff those log.* files into the repository
> * Convert the log.* into useful files
>
> Any help would be enormously appreciated!!
>
> Svn 1.0.6, Windows XP, stock binary install. Using SVN protocol.
>
> Thanks!!!

The log.* files are low-level records of the underlying database, used
to recover from crashes. It'd be very difficult to extract the data
from it. Moreover, if you have log auto-deletion on, not all of the
data might be there. However, if the transaction still exists
(svnadmin lstxns would list it), you can use svnlook to get at the
data, specifying the transaction with -t.

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 23 19:51:44 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.