From 3ea9b3dbcd0b9f26069361351b998f2526e16ba8 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Sun, 12 May 2013 23:20:33 +0000 Subject: [PATCH] updating ReleaseInstructions since svn:externals do not work currently with svnwcsub git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1481670 13f79535-47bb-0310-9956-ffa450edef68 --- ReleaseInstructions | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index 0fdae2283..ca2ba0bd2 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -233,8 +233,10 @@ Note: This document was updated in the context of releasing Ant 1.7. Commit the modified/generated files in the 'production' folder, it will go live on ant.apache.org in a matter on seconds. - Change the version of the manual published on the site: change the URL in the - svn:externals of the 'production' folder. + Change the version of the manual published on the site: svn copy the manual into + the production folder, using a command similar to : + svn copy https://svn.apache.org/repos/asf/ant/core/tags/ANT_190/manual/ . + followed by a commit. 22. Clean up.