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: g2news2.google.com!postnews.google.com!c29g2000yqd.googlegroups.com!not-for-mail From: vlc Newsgroups: comp.lang.ada Subject: Re: Configuring CVS or SVN in GPS Date: Fri, 24 Jul 2009 11:53:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <9461a858-8880-433b-9c5a-e3caf78e8d3b@e27g2000yqm.googlegroups.com> NNTP-Posting-Host: 87.221.72.14 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248461621 3619 127.0.0.1 (24 Jul 2009 18:53:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Jul 2009 18:53:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c29g2000yqd.googlegroups.com; posting-host=87.221.72.14; 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: g2news2.google.com comp.lang.ada:7329 Date: 2009-07-24T11:53:40-07:00 List-Id: 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 co http://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.