<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CVS on The Lone C++ Coder's Blog</title><link>https://www.lonecpluspluscoder.com/tags/cvs/</link><description>Recent content in CVS on The Lone C++ Coder's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 12 Mar 2022 19:47:03 -0500</lastBuildDate><atom:link href="https://www.lonecpluspluscoder.com/tags/cvs/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating source code from RCS to Mercurial</title><link>https://www.lonecpluspluscoder.com/2022/03/12/migrating-source-from-rcs-to-mercurial/</link><pubDate>Sat, 12 Mar 2022 19:47:03 -0500</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2022/03/12/migrating-source-from-rcs-to-mercurial/</guid><description>&lt;p&gt;Version control system migrations are a fact of life for developers in any longer lived codebase. In fact, I&amp;rsquo;ve had a hand in quite a few migrations as newer, more workable version control systems became available. Also, like a lot of developers, I&amp;rsquo;ve got fragments of source code dating back quite some years floating around on various servers and development machines of mine. Not necessarily code that is still being used, but still code that I don&amp;rsquo;t want to just delete forever. Some of the oldest code I have uses &lt;a href="https://www.gnu.org/software/rcs/"&gt;RCS&lt;/a&gt; for source control and hasn&amp;rsquo;t been touched for a long, long time. As my machines generally don&amp;rsquo;t have anything as old as RCS installed for version control, I decided this might be a good time to migrate the code to my version control system of choice, &lt;a href="https://www.mercurial-scm.org/"&gt;Mercurial&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>