Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 131D9F84A for ; Thu, 4 Apr 2013 09:52:53 +0000 (UTC) Received: (qmail 68631 invoked by uid 500); 4 Apr 2013 09:51:19 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 68363 invoked by uid 500); 4 Apr 2013 09:51:16 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 67185 invoked by uid 99); 4 Apr 2013 09:50:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 09:50:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 09:50:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9B79C23888FE; Thu, 4 Apr 2013 09:50:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1464409 - /subversion/trunk/subversion/include/svn_error_codes.h Date: Thu, 04 Apr 2013 09:50:36 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130404095036.9B79C23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stsp Date: Thu Apr 4 09:50:36 2013 New Revision: 1464409 URL: http://svn.apache.org/r1464409 Log: Follow-up to r1464407, fix a copy-pasto: * subversion/include/svn_error_codes.h (SVN_ERR_RA_CANNOT_CREATE_TUNNEL): Really use a new error code. Modified: subversion/trunk/subversion/include/svn_error_codes.h Modified: subversion/trunk/subversion/include/svn_error_codes.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=1464409&r1=1464408&r2=1464409&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_error_codes.h (original) +++ subversion/trunk/subversion/include/svn_error_codes.h Thu Apr 4 09:50:36 2013 @@ -903,7 +903,7 @@ SVN_ERROR_START /** @since New in 1.8. */ SVN_ERRDEF(SVN_ERR_RA_CANNOT_CREATE_TUNNEL, - SVN_ERR_RA_CATEGORY_START + 11, + SVN_ERR_RA_CATEGORY_START + 12, "Can't create tunnel") /* ra_dav errors */