You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2005/05/11 19:54:05 UTC

svn commit: r169661 - in /incubator/derby/site/trunk: build/site/ build/site/releases/ src/documentation/content/xdocs/

Author: jta
Date: Wed May 11 10:54:03 2005
New Revision: 169661

URL: http://svn.apache.org/viewcvs?rev=169661&view=rev
Log:
Fixed svn url typo in derby_downloads, updated Mac OS X FAQ, removed old logo contest page to make way for new.

Modified:
    incubator/derby/site/trunk/build/site/DerbyBugGuidelines.html
    incubator/derby/site/trunk/build/site/DerbyToDo.html
    incubator/derby/site/trunk/build/site/derby_comm.html
    incubator/derby/site/trunk/build/site/derby_downloads.html
    incubator/derby/site/trunk/build/site/derby_mail.html
    incubator/derby/site/trunk/build/site/faq.html
    incubator/derby/site/trunk/build/site/linkmap.html
    incubator/derby/site/trunk/build/site/releases/release-10.0.2.1.html
    incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
    incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
    incubator/derby/site/trunk/src/documentation/content/xdocs/site.xml

Modified: incubator/derby/site/trunk/build/site/DerbyBugGuidelines.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/DerbyBugGuidelines.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/DerbyBugGuidelines.html (original)
+++ incubator/derby/site/trunk/build/site/DerbyBugGuidelines.html Wed May 11 10:54:03 2005
@@ -122,9 +122,6 @@
 <div class="menuitem">
 <a title="" href="DerbyToDo.html">To-Do</a>
 </div>
-<div class="menuitem">
-<a title="" href="logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: incubator/derby/site/trunk/build/site/DerbyToDo.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/DerbyToDo.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/DerbyToDo.html (original)
+++ incubator/derby/site/trunk/build/site/DerbyToDo.html Wed May 11 10:54:03 2005
@@ -122,9 +122,6 @@
 <div class="menupage">
 <div class="menupagetitle">To-Do</div>
 </div>
-<div class="menuitem">
-<a title="" href="logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: incubator/derby/site/trunk/build/site/derby_comm.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/derby_comm.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/derby_comm.html (original)
+++ incubator/derby/site/trunk/build/site/derby_comm.html Wed May 11 10:54:03 2005
@@ -122,9 +122,6 @@
 <div class="menuitem">
 <a title="" href="DerbyToDo.html">To-Do</a>
 </div>
-<div class="menuitem">
-<a title="" href="logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: incubator/derby/site/trunk/build/site/derby_downloads.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/derby_downloads.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/derby_downloads.html (original)
+++ incubator/derby/site/trunk/build/site/derby_downloads.html Wed May 11 10:54:03 2005
@@ -288,14 +288,14 @@
 <p>
 Use the command shown below to check out the 10.0 branch:
 </p>
-<pre class="code">svn co http://svn.apache.org/repos/asf/incubator/derby/code/branches/10.0/
+<pre class="code">svn co https://svn.apache.org/repos/asf/incubator/derby/code/branches/10.0/
 </pre>
 <a name="N100A5"></a><a name="Development+trunk"></a>
 <h3 class="boxed">Development trunk</h3>
 <p>
 Use the command shown below to check out the development trunk:
 </p>
-<pre class="code">svn checkout http://svn.apache.org/repos/asf/incubator/derby/code/trunk/</pre>
+<pre class="code">svn checkout https://svn.apache.org/repos/asf/incubator/derby/code/trunk/</pre>
 <p>
 Production use of Derby should use official Derby releases or snapshot
 builds off the branches (or self built jars off the branches with bug
@@ -501,7 +501,7 @@
 
 <p>
 
-<em>Last updated: January 20, 2005</em>
+<em>Last updated: May 11, 2005</em>
 
 </p>
 

Modified: incubator/derby/site/trunk/build/site/derby_mail.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/derby_mail.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/derby_mail.html (original)
+++ incubator/derby/site/trunk/build/site/derby_mail.html Wed May 11 10:54:03 2005
@@ -122,9 +122,6 @@
 <div class="menuitem">
 <a title="" href="DerbyToDo.html">To-Do</a>
 </div>
-<div class="menuitem">
-<a title="" href="logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: incubator/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/faq.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/faq.html (original)
+++ incubator/derby/site/trunk/build/site/faq.html Wed May 11 10:54:03 2005
@@ -346,11 +346,12 @@
 </div>
 <div style="margin-left: 15px">
 <p>
-	This appears to be a JVM issue with Derby on Mac OS X and it has been 
-	 logged as 
+	This appears to be a JVM issue with Derby on Mac OS X and 
+	 was logged as 
 	<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1">DERBY-1</a>.
-	Until the Derby team resolves it, 
-	the recommended workaround is to set
+        It is fixed in Mac OS X 10.4 (Tiger), 
+        but remains a problem on Mac OS X 10.3.
+	A workaround is to set
 	<a class="external" href="http://issues.apache.org/jira/browse/DERBY-1?page=comments#action_53617">derby.storage.fileSyncTransactionLog=true</a>
 	in the derby.properties files to use file 
 	sync instead of write sync for log writes.

Modified: incubator/derby/site/trunk/build/site/linkmap.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/linkmap.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/linkmap.html (original)
+++ incubator/derby/site/trunk/build/site/linkmap.html Wed May 11 10:54:03 2005
@@ -143,9 +143,6 @@
 <div class="menuitem">
 <a title="" href="DerbyToDo.html">To-Do</a>
 </div>
-<div class="menuitem">
-<a title="" href="logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">About</div>
 <div id="menu_1.3" class="menuitemgroup">
@@ -479,10 +476,6 @@
     
 <li>
 <a href="DerbyToDo.html">To-Do</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>derby_todo</em>
-</li>
-    
-<li>
-<a href="logo_contest.html">Logo Contest</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>derby_logo</em>
 </li>
   
 </ul>

Modified: incubator/derby/site/trunk/build/site/releases/release-10.0.2.1.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/releases/release-10.0.2.1.html?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/releases/release-10.0.2.1.html (original)
+++ incubator/derby/site/trunk/build/site/releases/release-10.0.2.1.html Wed May 11 10:54:03 2005
@@ -143,9 +143,6 @@
 <div class="menuitem">
 <a title="" href="../DerbyToDo.html">To-Do</a>
 </div>
-<div class="menuitem">
-<a title="" href="../logo_contest.html">Logo Contest</a>
-</div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', '../skin/')" id="menu_1.3Title" class="menutitle">About</div>
 <div id="menu_1.3" class="menuitemgroup">

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Wed May 11 10:54:03 2005
@@ -93,7 +93,7 @@
 Use the command shown below to check out the 10.0 branch:
 </p>
 
-<source>svn co http://svn.apache.org/repos/asf/incubator/derby/code/branches/10.0/
+<source>svn co https://svn.apache.org/repos/asf/incubator/derby/code/branches/10.0/
 </source>
 </section>
 
@@ -102,7 +102,7 @@
 <p>
 Use the command shown below to check out the development trunk:
 </p>
-<source>svn checkout http://svn.apache.org/repos/asf/incubator/derby/code/trunk/</source>
+<source>svn checkout https://svn.apache.org/repos/asf/incubator/derby/code/trunk/</source>
 
 
 <p>
@@ -282,7 +282,7 @@
 </section>
 
 <p>
-<em>Last updated: January 20, 2005</em>
+<em>Last updated: May 11, 2005</em>
 </p>
 
 </body>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml Wed May 11 10:54:03 2005
@@ -115,11 +115,12 @@
       </question>
       <answer>
         <p>
-	This appears to be a JVM issue with Derby on Mac OS X and it has been 
-	 logged as 
+	This appears to be a JVM issue with Derby on Mac OS X and 
+	 was logged as 
 	<a href="http://issues.apache.org/jira/browse/DERBY-1">DERBY-1</a>.
-	Until the Derby team resolves it, 
-	the recommended workaround is to set
+        It is fixed in Mac OS X 10.4 (Tiger), 
+        but remains a problem on Mac OS X 10.3.
+	A workaround is to set
 	<a href="http://issues.apache.org/jira/browse/DERBY-1?page=comments#action_53617">derby.storage.fileSyncTransactionLog=true</a>
 	in the derby.properties files to use file 
 	sync instead of write sync for log writes.

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/site.xml?rev=169661&r1=169660&r2=169661&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/site.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/site.xml Wed May 11 10:54:03 2005
@@ -16,7 +16,6 @@
     <derby_mail  label="Mailing Lists" href="derby_mail.html"/>
     <derby_bugs  label="BUGS"          href="DerbyBugGuidelines.html"/>
     <derby_todo  label="To-Do"         href="DerbyToDo.html"/>
-    <derby_logo  label="Logo Contest"  href="logo_contest.html" />
   </community>
 
   <papers label="About" href="papers/" tab="papers">