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: a07f3367d7,9094d5dbffe8e824 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!news2.glorb.com!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail From: Leslie Newsgroups: comp.lang.ada Subject: Re: How can I use svn with GNAT projects? Date: Fri, 18 Dec 2009 22:17:52 -0600 Organization: albasani.net Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.albasani.net AkieSUc02u1IGie298yX4B2Jyfn1RdPc1JDgrFIVZ44dXBs3qMovuoPh4knkGl6cFDBFMM322vZKg0EvH2Ag/SVDagvp4wt4MylfpvBUvGu5VhJ0LyhVgXPOHuKRIlt5 X-Complaints-To: abuse@albasani.net NNTP-Posting-Date: Sat, 19 Dec 2009 04:17:20 +0000 (UTC) X-User-ID: Kq9KiXFyY9n40lnhnbEufcpHbl1OOMahZS+27Zno/Pmwl2IoovxYN4ofe01fTsq2wY7CsEt8vYe/BX0dCojggQ== Cancel-Lock: sha1:HIWKP5W0Wpo/ws6atbWPe44c2Yk= User-Agent: KNode/0.10.9 X-NNTP-Posting-Host: quiyg8WLf24+Uca9tASs0bKXv5FK3ccBvHfEeMX/WJA= Xref: g2news1.google.com comp.lang.ada:8442 Date: 2009-12-18T22:17:52-06:00 List-Id: John, Thank you for the excellent example. Leslie John B. Matthews wrote: > In article > , > Leslie wrote: > >> From my attempts to figure this out with search engines, I >> see >> that there is lots of Ada stuff stored in svn repositories, so >> many that the noise swamps my attempts to find out HOW it's >> done. >> >> Can someone enlighten me, please? > > Get subversion for your platform: > > > > Checkout some Ada using the checkout command: > > > > > Browsing the repository on-line shows that you want the trunk: > > > > So you would add "trunk" to the path in the example command. >