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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c411059563be9f2e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.204.156.199 with SMTP id y7mr533106bkw.7.1336094821679; Thu, 03 May 2012 18:27:01 -0700 (PDT) Path: h15ni196055bkw.0!nntp.google.com!news2.google.com!postnews.google.com!y3g2000vbn.googlegroups.com!not-for-mail From: onox Newsgroups: comp.lang.ada Subject: Re: Eclipse, gnatbench and sublipse Date: Thu, 3 May 2012 18:27:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <74b5183b-44b1-49c8-b7ca-38af6c9d8580@y3g2000vbn.googlegroups.com> References: <16790205.451.1335990077902.JavaMail.geo-discussion-forums@vbbdh3> NNTP-Posting-Host: 82.139.123.174 Mime-Version: 1.0 X-Trace: posting.google.com 1336094821 22037 127.0.0.1 (4 May 2012 01:27:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 May 2012 01:27:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y3g2000vbn.googlegroups.com; posting-host=82.139.123.174; posting-account=BtkjvAoAAADwEquGb07eykXfyiDMOxfl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20100101 Firefox/9.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-03T18:27:01-07:00 List-Id: On May 2, 10:21=A0pm, bj=F6rn lundin wrote: > Hi! > I try to use eclipse as my IDE, with gnatbench, on Linux. > However I have trouble makin subclipse understand that it is a svn handle= d working copy as well. > > I had a checked out working copy , > used 'import' via gnatbench, and pointed at the .gpr file. > eclipse created a workspace, in $HOME/workspace with (sym)links to the ac= tual root of the project. > the .svn directories are there, but I cannot manage to get subclipse to r= ecognize the working copy. > > Any ideas? > > -- > Bj=F6rn Lundin Have you tried importing the project from SVN? Not sure that's gonna fix it, couldn't find any reference to SVN in the various .project files I have on my system. You could also try the Subversive plug-in. My personal experience is that both plug-ins are complete crap. Maybe you should also try something like a DVCS instead of SVN... and GPS instead of Eclipse ;)