X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Stephen J. Turnbull" To: djgpp AT delorie DOT com Subject: Re: CVS, SVN, or GIT on DJGPP and DOS In-Reply-To: <59d515ab-56af-4856-aada-2a82d6f1ec2c@k28g2000yqc.googlegroups.com> References: <3646e568-9961-4802-8daa-13e18e695ccf AT k5g2000vba DOT googlegroups DOT com> <6dbee42d-85d6-4196-96aa-c0bab02ed408 AT m4g2000vbc DOT googlegroups DOT com> <5836639f-203e-4d71-9ef6-8c1c466fe494 AT y2g2000yqk DOT googlegroups DOT com> <59d515ab-56af-4856-aada-2a82d6f1ec2c AT k28g2000yqc DOT googlegroups DOT com> X-Mailer: VM undefined under 21.5 (beta31) "ginger" e6b5c49f9e13 XEmacs Lucid (x86_64-unknown-linux) Date: Sun, 15 Jan 2012 21:51:33 +0900 Message-ID: <878vl96sdm.fsf@uwakimon.sk.tsukuba.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Rugxulo writes: > As much as people love Git (and how Linus claims it's faster and > superior to SVN, CVS, etc.), it might be overkill for small projects. Git (or Mercurial or Bazaar) is not overkill for small projects. It can be used in precisely the same way as RCS or SCCS for a single file project, but offers a direct upgrade path to multiple developer, multiple component, or distributed workflows. It might be overkill to try to build it in the DJGPP environment though.