From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6511c3dc6e1155c9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: Re: GWindows and David Botton References: <2004100312401227544%david@bottoncom> Date: Tue, 05 Oct 2004 09:13:20 +1000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:95Kmu5AphF3ECGwoLx7qRKURXyA= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: dsl-202-173-153-89.vic.westnet.com.au X-Trace: news.melbourne.pipenetworks.com 1096931589 202.173.153.89 (5 Oct 2004 09:13:09 +1000) X-Complaints-To: abuse@pipenetworks.com X-Abuse-Info: Please forward all headers to enable your complaint to be properly processed. Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!news-south.connect.com.au!news.alphalink.com.au!news.melbourne.pipenetworks.com!not-for-mail Xref: g2news1.google.com comp.lang.ada:4683 Date: 2004-10-05T09:13:20+10:00 List-Id: >>>>> "Stephen" == Stephen Leake writes: Stephen> In addition, CVS (not just FTP) is necessary when several Stephen> developers collaborate on a project. SourceForge also Stephen> supports mailing lists and bug/task tracking, which are Stephen> very useful. Why use CVS for new projects now? There are lots of alternatives to CVS which aren't as brain dead, e.g. bitkeeper, subversion, tla/arch, etc. My favourite is TLA/arch as * Like CVS, it is entirely open source. * allows for renaming/moving files/directories, while maintaining full history, without resorting to ugly hacks. * distributed repositories (meaning I can create my own repository, commit to it, and synchronise upstream changes, even if I don't have write access to the "official" server) * GPG signed repository updates (could be good especially important when writing critical software; makes it harder for intruders to tamper with the archive undetected). * TLA/arch will also work (read-only) over standard HTTP. It also works (read/write) over FTP, sftp (ssh), or webdav. * Other points I have forgotten, See and . Then again, this is getting off topic for this thread and this newsgroup... However, I use it for all my Ada software ;-). -- Brian May