Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 84845 invoked from network); 22 Jun 2006 19:09:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 19:09:40 -0000 Received: (qmail 65634 invoked by uid 500); 22 Jun 2006 19:07:43 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 65354 invoked by uid 500); 22 Jun 2006 19:07:41 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 65091 invoked by uid 99); 22 Jun 2006 19:07:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 12:07:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jun 2006 12:07:38 -0700 Received: (qmail 5337 invoked from network); 22 Jun 2006 19:07:17 -0000 Received: from unknown (HELO ?127.0.0.1?) (81.185.102.216) by 0 with SMTP; 22 Jun 2006 19:07:17 -0000 Message-ID: <449AEA5B.5010503@venisse.net> Date: Thu, 22 Jun 2006 21:07:07 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Continuum with Subversion References: <77ebffa40606221026o1d1beef2t17598950b3609092@mail.gmail.com> In-Reply-To: <77ebffa40606221026o1d1beef2t17598950b3609092@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you connect to your subvservion from the continuum machine with the same account used by continuum? svn co svn+ssh://scorpion.xxx.com/data/project/ Emmanuel Mike Lee a �crit : > Hello all, > > I am trying to build an Ant project. I have a machine set up with > Subversion > and the only way to access the repository is via ssh. > > Thus, my Scm URL is: scm:svn:svn+ssh://scorpion.xxx.com/data/project/ > > However, whenever I try to execute the build, I get the following errors: > > Permission denied, please try again. > Permission denied, please try again. > Permission denied (publickey,gssapi-with-mic,password) > svn: Connection closed unexpectedly > > Does this indicate there is a problem on my machine with Subversion? or > am I > using Continuum incorrectly? I am able to ssh into the server from another > machine and I am able to connect to the Subversion repository in my Eclipse > environment. > > Thanks for any help you can give me! >