recover from lost .changes file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

recover from lost .changes file

Chris Muller-3
It is easy to recover from a corrupted or accidently deleted image file.

But, for the second time in the last year I have accidentally deleted
or destroyed my changes file.  I do have a copy of it from yesterday,
but is there _any_ way to recover my work from today?

Reply | Threaded
Open this post in threaded view
|

Re: recover from lost .changes file

Bob Arning-2
You still have the image, but lost the changes? So, you're missing the actual source for changed methods. Things like comments may well be gone, but the methods in the image will still decompile, won't they? You could compare the decompiled versions from today's image with the last source from yesterday's changes to help fill in the blanks. Won't help much for for new methods or big changes, but it's better than nothing.


On 2/1/13 5:30 PM, Chris Muller wrote:
It is easy to recover from a corrupted or accidently deleted image file.

But, for the second time in the last year I have accidentally deleted
or destroyed my changes file.  I do have a copy of it from yesterday,
but is there _any_ way to recover my work from today?





Reply | Threaded
Open this post in threaded view
|

Re: recover from lost .changes file

Nicolas Cellier
It's also possible to extract methods whose source point after end of
changes file, and selectively decompile only those...

Nicolas

2013/2/1 Bob Arning <[hidden email]>:

> You still have the image, but lost the changes? So, you're missing the
> actual source for changed methods. Things like comments may well be gone,
> but the methods in the image will still decompile, won't they? You could
> compare the decompiled versions from today's image with the last source from
> yesterday's changes to help fill in the blanks. Won't help much for for new
> methods or big changes, but it's better than nothing.
>
>
> On 2/1/13 5:30 PM, Chris Muller wrote:
>
> It is easy to recover from a corrupted or accidently deleted image file.
>
> But, for the second time in the last year I have accidentally deleted
> or destroyed my changes file.  I do have a copy of it from yesterday,
> but is there _any_ way to recover my work from today?
>
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: recover from lost .changes file

Chris Muller-3
In reply to this post by Bob Arning-2
Thanks that's what I ended up doing.

On Fri, Feb 1, 2013 at 4:43 PM, Bob Arning <[hidden email]> wrote:

> You still have the image, but lost the changes? So, you're missing the
> actual source for changed methods. Things like comments may well be gone,
> but the methods in the image will still decompile, won't they? You could
> compare the decompiled versions from today's image with the last source from
> yesterday's changes to help fill in the blanks. Won't help much for for new
> methods or big changes, but it's better than nothing.
>
>
> On 2/1/13 5:30 PM, Chris Muller wrote:
>
> It is easy to recover from a corrupted or accidently deleted image file.
>
> But, for the second time in the last year I have accidentally deleted
> or destroyed my changes file.  I do have a copy of it from yesterday,
> but is there _any_ way to recover my work from today?
>
>
>
>
>
>