Author: ilgrosso
Date: Mon Sep 14 09:55:32 2020
New Revision: 1881699
URL: http://svn.apache.org/viewvc?rev=1881699&view=rev
Log:
Promoting the staging site
Added:
syncope/site/apidocs/
- copied from r1881698, syncope/site/2.1.7/apidocs/
syncope/site/architecture.html
- copied unchanged from r1881698, syncope/site/2.1.7/architecture.html
syncope/site/building.html
- copied unchanged from r1881698, syncope/site/2.1.7/building.html
syncope/site/contributing.html
- copied unchanged from r1881698, syncope/site/2.1.7/contributing.html
syncope/site/css/
- copied from r1881698, syncope/site/2.1.7/css/
syncope/site/demo.html
- copied unchanged from r1881698, syncope/site/2.1.7/demo.html
syncope/site/docs/
- copied from r1881698, syncope/site/2.1.7/docs/
syncope/site/downloads.html
- copied unchanged from r1881698, syncope/site/2.1.7/downloads.html
syncope/site/fonts/
- copied from r1881698, syncope/site/2.1.7/fonts/
syncope/site/iam-scenario.html
- copied unchanged from r1881698, syncope/site/2.1.7/iam-scenario.html
syncope/site/images/
- copied from r1881698, syncope/site/2.1.7/images/
syncope/site/img/
- copied from r1881698, syncope/site/2.1.7/img/
syncope/site/index.html
- copied unchanged from r1881698, syncope/site/2.1.7/index.html
syncope/site/integration.html
- copied unchanged from r1881698, syncope/site/2.1.7/integration.html
syncope/site/issue-management.html
- copied unchanged from r1881698, syncope/site/2.1.7/issue-management.html
syncope/site/js/
- copied from r1881698, syncope/site/2.1.7/js/
syncope/site/mailing-lists.html
- copied unchanged from r1881698, syncope/site/2.1.7/mailing-lists.html
syncope/site/professional-services.html
- copied unchanged from r1881698,
syncope/site/2.1.7/professional-services.html
syncope/site/project-reports.html
- copied unchanged from r1881698, syncope/site/2.1.7/project-reports.html
syncope/site/release-process.html
- copied, changed from r1881698, syncope/site/2.1.7/release-process.html
syncope/site/rest/
- copied from r1881698, syncope/site/2.1.7/rest/
syncope/site/security.html
- copied unchanged from r1881698, syncope/site/2.1.7/security.html
syncope/site/source-repository.html
- copied unchanged from r1881698,
syncope/site/2.1.7/source-repository.html
syncope/site/team.html
- copied unchanged from r1881698, syncope/site/2.1.7/team.html
syncope/site/xref/
- copied from r1881698, syncope/site/2.1.7/xref/
syncope/site/xref-test/
- copied from r1881698, syncope/site/2.1.7/xref-test/
Removed:
syncope/site/2.1.7/
Copied: syncope/site/release-process.html (from r1881698,
syncope/site/2.1.7/release-process.html)
URL:
http://svn.apache.org/viewvc/syncope/site/release-process.html?p2=syncope/site/release-process.html&p1=syncope/site/2.1.7/release-process.html&r1=1881698&r2=1881699&rev=1881699&view=diff
==============================================================================
--- syncope/site/2.1.7/release-process.html (original)
+++ syncope/site/release-process.html Mon Sep 14 09:55:32 2020
@@ -940,7 +940,7 @@ svn commit -m "Cleaning up older re
<div class="source"><pre class="prettyprint">
svn co https://svn.apache.org/repos/asf/syncope/site/
cd site
-svn rm *.html apidocs rest css images img js fonts docs
+svn rm *.html apidocs rest css images img js fonts docs xref xref-test
svn mv $VERSION/* .
svn rm $VERSION
svn commit -m "Promoting the staging site"</pre></div>