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!feeder.eternal-september.org!eternal-september.org!aioe.org!nospam From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: How can I use svn with GNAT projects? Date: Fri, 18 Dec 2009 22:26:20 -0500 Organization: The Wasteland Message-ID: References: NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.0 Cancel-Lock: sha1:ep+movNWScz6fa4u4oTJ0VcQRnI= User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:8441 Date: 2009-12-18T22:26:20-05:00 List-Id: 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. -- John B. Matthews trashgod at gmail dot com