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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,108f13f896f22ded X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o6g2000yqj.googlegroups.com!not-for-mail From: vlc Newsgroups: comp.lang.ada Subject: Re: Configuring CVS or SVN in GPS Date: Sat, 25 Jul 2009 09:10:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <20fb370d-7cb9-424c-b2f8-59dd0f9c6abe@o6g2000yqj.googlegroups.com> References: <9461a858-8880-433b-9c5a-e3caf78e8d3b@e27g2000yqm.googlegroups.com> NNTP-Posting-Host: 87.221.73.228 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248538244 30557 127.0.0.1 (25 Jul 2009 16:10:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 25 Jul 2009 16:10:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o6g2000yqj.googlegroups.com; posting-host=87.221.73.228; posting-account=ROuOHgoAAABopjDuvPBd02HgYVR-VCZk User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:6371 Date: 2009-07-25T09:10:44-07:00 List-Id: On Jul 24, 9:35=A0pm, Chrono wrote: > I tried that but I got the message (with System and Repository > configured correctly): > > Querying status for files in C:\sandbox\trunk\ > SVN error: > svn: 'main.adb' is not a working copy > > in which main.adb is my main file. > any idea? It seems that SVN tries to use main.adb as a directory and this directory is not under version control. Are you sure that your sources are checked in?