D
Deleted member 43773
Guest
As root your doing lots of thing to many files in very different paths.
Especially when moving from one system to another you want to remember what you have done where, why, and also maybe how, or even how not (comments).
Yet I wrote down in excersize books what I've done where, and I added all edited system and config files to a tarball.
Besides it's not only additionally work, and it would be much better to keep this journal on the system itself, above all it's done manually.
You cannot be sure to have every single small change you're made quickly just to test something.
I was thinking as putting a version control system on. But I also think running something like svn over whole / ....would be not the very best idea at all.
...maybe only on selected pathes like /boot, /etc, /usr/local/etc....
BUT in over 50 years of unix-systems I cannot be the first one asking this question.
So before I do something stupid or at least waste redundant effort,
lets hear, what the community says, first.
Especially when moving from one system to another you want to remember what you have done where, why, and also maybe how, or even how not (comments).
Yet I wrote down in excersize books what I've done where, and I added all edited system and config files to a tarball.
Besides it's not only additionally work, and it would be much better to keep this journal on the system itself, above all it's done manually.
You cannot be sure to have every single small change you're made quickly just to test something.
I was thinking as putting a version control system on. But I also think running something like svn over whole / ....would be not the very best idea at all.
...maybe only on selected pathes like /boot, /etc, /usr/local/etc....
BUT in over 50 years of unix-systems I cannot be the first one asking this question.
So before I do something stupid or at least waste redundant effort,
lets hear, what the community says, first.