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.68.223.40 with SMTP id qr8mr4307082pbc.0.1336095572498; Thu, 03 May 2012 18:39:32 -0700 (PDT) Path: pr3ni1313pbb.0!nntp.google.com!news1.google.com!postnews.google.com!cl4g2000vbb.googlegroups.com!not-for-mail From: Britt Newsgroups: comp.lang.ada Subject: Re: Eclipse, gnatbench and sublipse Date: Thu, 3 May 2012 18:39:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <24d932f9-ce15-4d5c-9b17-ba1c3678ceb7@cl4g2000vbb.googlegroups.com> References: <16790205.451.1335990077902.JavaMail.geo-discussion-forums@vbbdh3> <74b5183b-44b1-49c8-b7ca-38af6c9d8580@y3g2000vbn.googlegroups.com> NNTP-Posting-Host: 99.127.30.8 Mime-Version: 1.0 X-Trace: posting.google.com 1336095572 29534 127.0.0.1 (4 May 2012 01:39:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 May 2012 01:39:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: cl4g2000vbb.googlegroups.com; posting-host=99.127.30.8; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-03T18:39:32-07:00 List-Id: On May 3, 9:27=A0pm, onox wrote: > 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 hand= led 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 = actual root of the project. > > the .svn directories are there, but I cannot manage to get subclipse to= recognize 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 ;) In the past I've used GNATbench and Subclipse together on a Windows host and that combination worked fine. I don't currently have a Linux box at home or I'd try to duplicate the setup (although I'd never choose SVN for version control if it were up to me).