Added a description for my extensions (README-my-extensions.html).
[parsecvs/imz-RCS2git-use-cases.git] / RCS2git-use-cases / README-my-extensions.html
blob22ffce5b34de778eb178469a2f8ecd27003eb34e
1 <p>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).</p>
3 <p>My use cases are:</p>
5 <dl>
7 <dt>parsecvs-as-sidehist</dt><dd>don't touch the current master branch; useful in case you have already something in .git/;<dd>
9 <dt>parseRCS-indep</dt><dd>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;</dd>
11 <dt>parseRCS-merging-init</dt><dd>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.</dd>
13 </dl>