emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backup files for files under VC


From: David Kastrup
Subject: Re: backup files for files under VC
Date: Mon, 21 Apr 2008 17:20:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Also if the problem you saw was that after:
>
> 1 - edit file
> 2 - "cvs remove" (or "git remove" or "bzr remove")
>
> the edit was lost, maybe the right place to solve it is in
> cvs/git/bzr: revision control systems generally place a lot of
> emphasis on not losing any data, so they may/should provide a way to
> undo the "cvs remove" and recover the edits you've made in "file".

It is actually quite hard to do a terminal mistake when using git.
Pretty much everything is recorded in the reflog, and you can rewind to
any intermediate state in the last 3 months or so.

The downside is of course that accidentally checked-in large amounts of
binary garbage are rather hard to get out of the system in a way that
they stop taking disk space.

Anyway, Torsten still has not reported what version control he is using
and what particular problem he encountered.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]