You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ma...@apache.org on 2010/01/14 22:00:41 UTC

svn commit: r899408 - in /subversion: site/publish/release-process.html trunk/www/release-process.html

Author: markphip
Date: Thu Jan 14 21:00:40 2010
New Revision: 899408

URL: http://svn.apache.org/viewvc?rev=899408&view=rev
Log:
* trunk/www/release-process.html
  Move this...

* site/publish/release-process.html
  ...to here, and redecorate.

This page will need additional updates when we formalize a new ASF
release process.

Added:
    subversion/site/publish/release-process.html   (contents, props changed)
      - copied, changed from r899401, subversion/trunk/www/release-process.html
Removed:
    subversion/trunk/www/release-process.html

Copied: subversion/site/publish/release-process.html (from r899401, subversion/trunk/www/release-process.html)
URL: http://svn.apache.org/viewvc/subversion/site/publish/release-process.html?p2=subversion/site/publish/release-process.html&p1=subversion/trunk/www/release-process.html&r1=899401&r2=899408&rev=899408&view=diff
==============================================================================
--- subversion/trunk/www/release-process.html (original)
+++ subversion/site/publish/release-process.html Thu Jan 14 21:00:40 2010
@@ -1,20 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
+   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<style type="text/css"> /* <![CDATA[ */
-  @import "branding/css/tigris.css";
-  @import "branding/css/inst.css";
-  /* ]]> */</style>
-<link rel="stylesheet" type="text/css" media="print"
-  href="branding/css/print.css" />
-<script type="text/javascript" src="branding/scripts/tigris.js"></script>
 <title>The Subversion Release Procedure</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<style type="text/css" media="screen">
+  @import url("/style/site.css");
+</style>
 </head>
 
 <body>
-<div class="app">
+<!--#include virtual="/site-banner.html" -->
+<!--#include virtual="/site-nav.html" -->
+<div id="site-content">
+<!--#include virtual="/site-notice.html" -->
 
 <h1 style="text-align: center;">The Subversion Release Procedure</h1>
 
@@ -111,8 +111,8 @@
 <ul>
 <li><p>Create the new release branch with a server-side copy:</p>
     <pre>
-      svn cp http://svn.collab.net/repos/svn/trunk \
-             http://svn.collab.net/repos/svn/branches/A.B.x \
+      svn cp http://svn.apache.org/repos/asf/subversion/trunk \
+             http://svn.apache.org/repos/asf/subversion/branches/A.B.x \
              -m "Create A.B.x release branch."
     </pre></li>
 
@@ -128,7 +128,7 @@
     upcoming release.  The section starts with:</p>
     <pre>
       Version A.B.0 (released ?? ????? 200X, from /branches/A.B.x)
-      http://svn.collab.net/repos/svn/tags/A.B.0
+      http://svn.apache.org/repos/asf/subversion/tags/A.B.0
     </pre>
     <p>Leave the release date blank for now. It will remain this way
     until rolling time.</p></li>
@@ -197,7 +197,7 @@
 <h3>Writing the initial content for a branch</h3>
 
 <p>Run <code>svn log -rHEAD:BRANCH_POINT
-http://svn.collab.net/repos/svn/branches/A.B.x</code>,where
+http://svn.apache.org/repos/asf/subversion/branches/A.B.x</code>,where
 BRANCH_POINT is the revnum where the previous major/minor release was
 branched off of the trunk.  This should give you every change ever
 made to the A.B.x line, including backports made to the A.B.x branch.
@@ -433,7 +433,7 @@
     svnversion .
     cp svn_version.h.dist subversion/include/svn_version.h
     svn cp . \
-           https://svn.collab.net/repos/svn/tags/X.Y.Z \
+           https://svn.apache.org/repos/asf/subversion/tags/X.Y.Z \
            -m "Tagging release X.Y.Z with svn_version.h matching tarball"
 </pre>
 
@@ -547,6 +547,6 @@
 </div> <!-- afterwards -->
 
 
-</div> <!-- app -->
+</div> <!-- #site-content -->
 </body>
 </html>

Propchange: subversion/site/publish/release-process.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/publish/release-process.html
------------------------------------------------------------------------------
    svn:executable = *

Propchange: subversion/site/publish/release-process.html
------------------------------------------------------------------------------
    svn:mime-type = text/html