You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2005/12/18 22:46:56 UTC

svn commit: r357511 - in /db/jdo/site: docs/get-involved.html docs/index.html docs/svn.html xdocs/get-involved.xml xdocs/index.xml xdocs/svn.xml

Author: clr
Date: Sun Dec 18 13:46:53 2005
New Revision: 357511

URL: http://svn.apache.org/viewcvs?rev=357511&view=rev
Log:
changed references on web site from incubator to db

Modified:
    db/jdo/site/docs/get-involved.html
    db/jdo/site/docs/index.html
    db/jdo/site/docs/svn.html
    db/jdo/site/xdocs/get-involved.xml
    db/jdo/site/xdocs/index.xml
    db/jdo/site/xdocs/svn.xml

Modified: db/jdo/site/docs/get-involved.html
URL: http://svn.apache.org/viewcvs/db/jdo/site/docs/get-involved.html?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/docs/get-involved.html (original)
+++ db/jdo/site/docs/get-involved.html Sun Dec 18 13:46:53 2005
@@ -166,9 +166,9 @@
 <li><p> You'll need to fill out some legal paperwork and go through a process to get an apache committer account: See <a class="external" rel="nofollow" href="http://apache.org/dev/new-committers-guide.html">New Committers Guide</a>, <a class="external" rel="nofollow" href="http://apache.org/dev/contributors.html">Contributors</a>, and <a class="external" rel="nofollow" href="http://apache.org/dev/committers.html">Committers</a> for more details. </p>
 
 </li>
-<li><p> After you've received an email from <a href="mailto:root@apache.org">root@apache.org</a> with your committer account information, change your initial password: Login by 'ssh -l &lt;username&gt; cvs.apache.org' (soon 'people.apache.org', as by apache email announcement); run 'passwd'; run 'svnpasswd'. See <a class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access</a>. </p>
+<li><p> After you've received an email from <a href="mailto:root@apache.org">root@apache.org</a> with your committer account information, change your initial password: Login by 'ssh -l &lt;username&gt; people.apache.org'; run 'passwd'; run 'svnpasswd'. See <a class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access</a>. </p>
 </li>
-<li><p> Check out the JDO sources and test your svn account: <a href="http://svn.apache.org/viewcvs.cgi/incubator/jdo/">SubversionRepository</a>. </p>
+<li><p> Check out the JDO sources and test your svn account: <a href="http://svn.apache.org/viewcvs.cgi/db/jdo/">SubversionRepository</a>. </p>
 
 </li>
 <li><p> Sign up for a <a class="external" rel="nofollow" href="http://wiki.apache.org/jdo/UserPreferences">WiKi</a> account. </p>

Modified: db/jdo/site/docs/index.html
URL: http://svn.apache.org/viewcvs/db/jdo/site/docs/index.html?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/docs/index.html (original)
+++ db/jdo/site/docs/index.html Sun Dec 18 13:46:53 2005
@@ -124,7 +124,7 @@
         <blockquote>
                                     <p>
 Welcome to Apache JDO, a project of the 
-<a href="http://incubator.apache.org/">Apache Incubator</a>.  Our goal is a 
+<a href="http://db.apache.org/">Apache DB project</a>.  Our goal is a 
 thriving community of users and developers of object persistence technology.
 </p>
                             </blockquote>

Modified: db/jdo/site/docs/svn.html
URL: http://svn.apache.org/viewcvs/db/jdo/site/docs/svn.html?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/docs/svn.html (original)
+++ db/jdo/site/docs/svn.html Sun Dec 18 13:46:53 2005
@@ -145,7 +145,7 @@
         <blockquote>
                                     <p>
 If you just want to browse the source code, you can use the
-<a class="external" rel="nofollow" href="http://svn.apache.org/viewcvs/incubator/jdo">
+<a class="external" rel="nofollow" href="http://svn.apache.org/viewcvs/db/jdo">
 ViewCVS web interface</a> to Subversion.  This is current at all times.
 </p>
                             </blockquote>
@@ -174,7 +174,7 @@
       <tr><td>
         <blockquote>
                                     <p>Use a command like:</p>
-                                                <pre>% svn checkout http://svn.apache.org/repos/asf/incubator/jdo </pre>
+                                                <pre>% svn checkout http://svn.apache.org/repos/asf/db/jdo </pre>
                                                 <p>Once you have Apache JDO checked out you can update the source by executing the following command from within the jdo. </p>
                                                 <pre>
 % svn update
@@ -193,7 +193,7 @@
         <blockquote>
                                     <p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via HTTPS: </p>
                                                 <pre>
-% svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+% svn checkout https://svn.apache.org/repos/asf/db/jdo
 </pre>
                             </blockquote>
       </td></tr>
@@ -230,7 +230,7 @@
         <blockquote>
                                     <p>Everyone can access the Apache JDO Subversion repository via HTTPS, but Apache JDO Committers must checkout the Subversion repository via HTTPS. </p>
                                                 <pre>
-% svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+% svn checkout https://svn.apache.org/repos/asf/db/jdo
 </pre>
                             </blockquote>
       </td></tr>

Modified: db/jdo/site/xdocs/get-involved.xml
URL: http://svn.apache.org/viewcvs/db/jdo/site/xdocs/get-involved.xml?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/xdocs/get-involved.xml (original)
+++ db/jdo/site/xdocs/get-involved.xml Sun Dec 18 13:46:53 2005
@@ -49,9 +49,9 @@
 <li><p> You'll need to fill out some legal paperwork and go through a process to get an apache committer account: See <a  class="external" rel="nofollow" href="http://apache.org/dev/new-committers-guide.html">New Committers Guide</a>, <a  class="external" rel="nofollow" href="http://apache.org/dev/contributors.html">Contributors</a>, and <a  class="external" rel="nofollow" href="http://apache.org/dev/committers.html">Committers</a> for more details. </p>
 
 </li>
-<li><p> After you've received an email from <a  href="mailto:root@apache.org">root@apache.org</a> with your committer account information, change your initial password: Login by 'ssh -l &lt;username&gt; cvs.apache.org' (soon 'people.apache.org', as by apache email announcement); run 'passwd'; run 'svnpasswd'. See <a  class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access</a>. </p>
+<li><p> After you've received an email from <a  href="mailto:root@apache.org">root@apache.org</a> with your committer account information, change your initial password: Login by 'ssh -l &lt;username&gt; people.apache.org'; run 'passwd'; run 'svnpasswd'. See <a  class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access</a>. </p>
 </li>
-<li><p> Check out the JDO sources and test your svn account: <a  href="http://svn.apache.org/viewcvs.cgi/incubator/jdo/">SubversionRepository</a>. </p>
+<li><p> Check out the JDO sources and test your svn account: <a  href="http://svn.apache.org/viewcvs.cgi/db/jdo/">SubversionRepository</a>. </p>
 
 </li>
 <li><p> Sign up for a <a  class="external" rel="nofollow" href="http://wiki.apache.org/jdo/UserPreferences">WiKi</a> account. </p>

Modified: db/jdo/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/db/jdo/site/xdocs/index.xml?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/xdocs/index.xml (original)
+++ db/jdo/site/xdocs/index.xml Sun Dec 18 13:46:53 2005
@@ -13,7 +13,7 @@
 
 <p>
 Welcome to Apache JDO, a project of the 
-<a href="http://incubator.apache.org/">Apache Incubator</a>.  Our goal is a 
+<a href="http://db.apache.org/">Apache DB project</a>.  Our goal is a 
 thriving community of users and developers of object persistence technology.
 </p>
 

Modified: db/jdo/site/xdocs/svn.xml
URL: http://svn.apache.org/viewcvs/db/jdo/site/xdocs/svn.xml?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- db/jdo/site/xdocs/svn.xml (original)
+++ db/jdo/site/xdocs/svn.xml Sun Dec 18 13:46:53 2005
@@ -43,7 +43,7 @@
 
 <p>
 If you just want to browse the source code, you can use the
-<a class="external" rel="nofollow" href="http://svn.apache.org/viewcvs/incubator/jdo">
+<a class="external" rel="nofollow" href="http://svn.apache.org/viewcvs/db/jdo">
 ViewCVS web interface</a> to Subversion.  This is current at all times.
 </p>
 
@@ -58,7 +58,7 @@
 
 <subsection name="Anonymous check out from Subversion">
 <p>Use a command like:</p>
-<pre>% svn checkout http://svn.apache.org/repos/asf/incubator/jdo </pre>
+<pre>% svn checkout http://svn.apache.org/repos/asf/db/jdo </pre>
 <p>Once you have Apache JDO checked out you can update the source by executing the following command from within the jdo. </p>
 <pre>
 % svn update
@@ -68,7 +68,7 @@
 
 <p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via HTTPS: </p>
 <pre>
-% svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+% svn checkout https://svn.apache.org/repos/asf/db/jdo
 </pre>
 
 </subsection>
@@ -90,7 +90,7 @@
 
 <p>Everyone can access the Apache JDO Subversion repository via HTTPS, but Apache JDO Committers must checkout the Subversion repository via HTTPS. </p>
 <pre>
-% svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+% svn checkout https://svn.apache.org/repos/asf/db/jdo
 </pre>
 </subsection>
 <subsection name="NetBeans CVS repository access">