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: a07f3367d7,108f13f896f22ded X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!y7g2000yqa.googlegroups.com!not-for-mail From: Chrono Newsgroups: comp.lang.ada Subject: Re: Configuring CVS or SVN in GPS Date: Fri, 24 Jul 2009 12:35:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <9461a858-8880-433b-9c5a-e3caf78e8d3b@e27g2000yqm.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248464155 12417 127.0.0.1 (24 Jul 2009 19:35:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Jul 2009 19:35:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y7g2000yqa.googlegroups.com; posting-host=201.7.145.1; posting-account=n9Sa1woAAACZc_iwSjaEkj9Lnt-XVrSr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7330 Date: 2009-07-24T12:35:55-07:00 List-Id: On 24 jul, 15:53, vlc wrote: > On Jul 24, 8:00=A0pm, Pablo wrote: > > > Hi people, > > I need to configure an remote CVS repository and (in other project...) > > a remote Subversion repository in GPS. Do you know how to do it? > > For Subversion: > > Project -> Edit Project Properties > Select tab VCS > In the "System" drop-down combo box select "Subversion" > In the "Repository" entry field put the complete URL of the > repository, e.g.http://svn.collab.net/repos/svn/trunk/ > > As far as I know, there is no way to download the repository into a > working directory from GPS. So you have to run the check-out command > in the project's base directory, e.g. > > svn cohttp://svn.collab.net/repos/svn/trunk/. > > Make sure to use the same URL in GPS as well as in the check-out > command. > > CVS: > Never used with GPS. 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?