Daniel Shahaf <d...@daniel.shahaf.name> wrote on 11/10/2010 10:35:16 AM:
> > I finally wrote a simple script to remove dead transactions older than 1 > > week. It worked > > great, but there appears to be a few old TXNs that are somehow > > corrupted/malformed. > > > > Any issues with just going into the fsfs db/transactions directory and > > removing > > the offending named directory manually? > > > > I'm not sure. Does 'svnadmin rmtxns' not work? Good question. My script was failing due to svnlook, but it appears svnadmin rmxtns also fails. H:\svn\repos>svnadmin rmtxns the_repo 77-1 svnadmin: Malformed file I'm guessing two things here. It is probably safe to just remove the dir, and that rmtxns probably should be changed to not require a transaction be valid before removing it... Kevin R.