X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: CVS, SVN, or GIT on DJGPP and DOS Date: Sat, 14 Jan 2012 16:52:59 -0800 (PST) Organization: http://groups.google.com Lines: 32 Message-ID: <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> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326591225 32454 127.0.0.1 (15 Jan 2012 01:33:45 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 15 Jan 2012 01:33:45 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k28g2000yqc.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 2804 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0F1j1gL005612 Reply-To: djgpp AT delorie DOT com Hi again, (for completeness ....) On Jan 9, 3:30 pm, Rugxulo wrote: > > All I'm aware of is what is (only) in /current/v2gnu/:    cvs110?.zip, > rcs5713?.zip If you're really adventurous (or just more familiar with it), you could try GNU CSSC. It seems to actually build (via cross compilation with Ozkan's toolset), ignoring the dumb broken test suite, but I can't test it as I'm unfamiliar with it. It's meant to (mostly) be a (POSIX) SCCS replacement. http://www.gnu.org/software/cssc/ It's based upon MySC (public domain) by Ross Ridge, which at one time (long ago) apparently compiled with DJGPP (G++ 2.4.5), but his latest (circa 2000) has a very bitrotted (broken) DOS makefile and only claims to have been tested with G++ 2.7.2 and 2.8.0 on other platforms (Solaris). But presumably it might actually be easier to hack together than trying to use the newer one with (often hard to get working) GNU Autotools. http://www.csclub.uwaterloo.ca:11068/ I know these choices are not ideal, but something is presumably better than nothing. Of course, nothing is stopping you from using a different toolset atop another host platform with DOS-targeted code. 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.