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 743FD76A3 for ; Thu, 15 Dec 2011 11:48:20 +0000 (UTC) Received: (qmail 80457 invoked by uid 500); 15 Dec 2011 11:48:20 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 80426 invoked by uid 500); 15 Dec 2011 11:48:20 -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 80417 invoked by uid 99); 15 Dec 2011 11:48:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 11:48:20 +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, 15 Dec 2011 11:48:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 727E823888CD for ; Thu, 15 Dec 2011 11:47:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1214714 - in /subversion/trunk/subversion/include: svn_fs.h svn_repos.h Date: Thu, 15 Dec 2011 11:47:58 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111215114758.727E823888CD@eris.apache.org> Author: danielsh Date: Thu Dec 15 11:47:57 2011 New Revision: 1214714 URL: http://svn.apache.org/viewvc?rev=1214714&view=rev Log: Followup to r1214697: * subversion/include/svn_fs.h (svn_fs_hotcopy), * subversion/include/svn_repos.h (svn_repos_hotcopy): Apply SVN_DEPRECATED decorator. Modified: subversion/trunk/subversion/include/svn_fs.h subversion/trunk/subversion/include/svn_repos.h Modified: subversion/trunk/subversion/include/svn_fs.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1214714&r1=1214713&r2=1214714&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_fs.h (original) +++ subversion/trunk/subversion/include/svn_fs.h Thu Dec 15 11:47:57 2011 @@ -333,6 +333,7 @@ svn_fs_hotcopy2(const char *src_path, * @deprecated Provided for backward compatibility with the 1.7 API. * @since New in 1.1. */ +SVN_DEPRECATED svn_error_t * svn_fs_hotcopy(const char *src_path, const char *dest_path, Modified: subversion/trunk/subversion/include/svn_repos.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1214714&r1=1214713&r2=1214714&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_repos.h (original) +++ subversion/trunk/subversion/include/svn_repos.h Thu Dec 15 11:47:57 2011 @@ -538,6 +538,7 @@ svn_repos_hotcopy2(const char *src_path, * * @deprecated Provided for backward compatibility with the 1.6 API. */ +SVN_DEPRECATED svn_error_t * svn_repos_hotcopy(const char *src_path, const char *dst_path,