Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 67703 invoked from network); 29 Jul 2010 14:09:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 14:09:37 -0000 Received: (qmail 93936 invoked by uid 500); 29 Jul 2010 14:09:37 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 93421 invoked by uid 500); 29 Jul 2010 14:09:34 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 93413 invoked by uid 99); 29 Jul 2010 14:09:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 14:09:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 14:09:26 +0000 Received: by fxm18 with SMTP id 18so242218fxm.2 for ; Thu, 29 Jul 2010 07:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=tmAWdbSL/nDjHrIXuM28V0wY9AQuUDJp9H5mTKhtRRY=; b=VZ6D86AfJac8kUsxN8p4qtBhpY4Scq3MrwW7v4q8EWmjEHMtrepG/frZVgzNi2hJ8x RMhcwlaB9uYT6a6aRVVSe83+6NmPDRYV3mc6p2gu8LZklZcLZmE5+/Prgk8VvIZ+uRHu 7+sKiofZkMhrD/fpZMtM6kyRukNJrXgfWmep8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=m9ieabKROguMYqcbSvSqkfUCSA5hWAJJhvVAxHOQTxxIL0v0PRumnfON7UfByeNBGj /nuaZuuGqsqSqfHR8xZZX7LzsiNTCqfqvsgaraICZ9yfopcNHSbdmnP5zXnKPnBtcYHZ SunSadWHyYtpHaSQbOi3hAhMI/Mf5hC+3BWXI= MIME-Version: 1.0 Received: by 10.103.39.1 with SMTP id r1mr1520292muj.131.1280412546374; Thu, 29 Jul 2010 07:09:06 -0700 (PDT) Received: by 10.103.219.11 with HTTP; Thu, 29 Jul 2010 07:09:06 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Jul 2010 16:09:06 +0200 Message-ID: Subject: Re: Using custom ssh port in Continuum From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=0016364c74d5fe1fa9048c8746c7 X-Virus-Checked: Checked by ClamAV on apache.org --0016364c74d5fe1fa9048c8746c7 Content-Type: text/plain; charset=ISO-8859-1 Hi, Continuum use maven-scm to connect to subversion. Available SCM url formats are available there: http://maven.apache.org/scm/subversion.html As you'll can see, it is possible to define a port. Emmanuel On Thu, Jul 22, 2010 at 10:05 AM, Frederik Mortensen < mortensen.frederik@googlemail.com> wrote: > Hi folks. > > Continuum seems to use the default SSH port 22 for connecting to > subversion. > But i changed that port on my server. I am using svn+ssh when checking in > and > would like to configure Continuum to use my private key file and using my > custom port instead of port 22. Is that possible? How? > > Thanks in advance > --0016364c74d5fe1fa9048c8746c7--