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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!m16g2000yqc.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Re: How can I use svn with GNAT projects? Date: Sat, 19 Dec 2009 00:55:59 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 84.156.218.9 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1261212959 5537 127.0.0.1 (19 Dec 2009 08:55:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 19 Dec 2009 08:55:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m16g2000yqc.googlegroups.com; posting-host=84.156.218.9; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090900 SUSE/3.0.14-0.1 Firefox/3.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8444 Date: 2009-12-19T00:55:59-08:00 List-Id: As a sidenote, one command that I find useful when dealing with Ada code is the diff with ignore-case (and also ignore-whitespace) : svn diff --diff-cmd diff -x -uiw Just my EUR 0.02 - Oliver