From 4836becb28e068a622c2b6e5d7473d9e4c61c991 Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Tue, 21 Apr 2009 03:05:24 +0400 Subject: [PATCH] Added a description for my extensions (README-my-extensions.html). --- RCS2git-use-cases/README-my-extensions.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RCS2git-use-cases/README-my-extensions.html diff --git a/RCS2git-use-cases/README-my-extensions.html b/RCS2git-use-cases/README-my-extensions.html new file mode 100644 index 0000000..22ffce5 --- /dev/null +++ b/RCS2git-use-cases/README-my-extensions.html @@ -0,0 +1,13 @@ +

I added a few scripts written on top of parsecvs to the distribution of parsecvs, which I have been using extensively to convert my RCS histories to Git (no CVS, just plain RCS that I used to control files lying side-byside in a directory).

+ +

My use cases are:

+ +
+ +
parsecvs-as-sidehist
don't touch the current master branch; useful in case you have already something in .git/;
+ +
parseRCS-indep
put each RCS/* into Git as an independent branch (or--to be more precise-- set of branches); then you can merge their heads if you wish, or pick something in a more compex way;
+ +
parseRCS-merging-init
like parseRCS-indep, but also merges the hisory roots of the independent files; useful if you need to have the complete set of files as the base for your history.
+ +
-- 2.11.4.GIT