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

Re: How Subversion drove me to shoot myself in the foot.

From: David L. Crow <crow_at_OrangeBlood.org>
Date: 2006-04-19 15:21:39 CEST

Michael Goetze wrote:
> So I just deleted a year's worth of .tex files, permanently.

In most filesystems, the files aren't really deleted, just the pointers
to them. If you haven't changed your filesystem much since this event
and you really need the data, you can unmount the filesystem and use
something like dd to pull the raw data off of the device. Then you can
use an editor to search for known contents and extract it.

Depending on how fragmented your files are, your work will be much
harder to reconstruct the full files.

If the data is very important, then it might be worth the effort.

-- 
  David L. Crow                     Texas!  It's like a
  crow@OrangeBlood.org              whole other country.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 19 15:24:08 2006

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.