Author: buildbot
Date: Sun Nov 27 22:31:22 2011
New Revision: 799353

Log:
Staging update by buildbot

Added:
    websites/staging/ooo-site/trunk/content/tools/svn_checkout.html

Added: websites/staging/ooo-site/trunk/content/tools/svn_checkout.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/tools/svn_checkout.html (added)
+++ websites/staging/ooo-site/trunk/content/tools/svn_checkout.html Sun Nov 27 
22:31:22 2011
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+
+  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
+  <title>Checkouts with Subversion</title>
+
+
+</head>
+
+<body>
+  <div id="banner">
+    <div id="bannerleft"><a alt="Apache OpenOffice.org (incubating)" href="/">
+      <img id="ooo-logo alt="Apache OpenOffice.org (Incubating)" 
src="/images/ooo-logo.png"/></a></div>
+    <div id="bannerright"><a alt="Apache Incubator" 
href="http://incubator.apache.org";>
+      <img id="asf-logo" alt="Apache Incubator" 
src="/images/apache-incubator-logo.png"/></a></div>
+   <div id="bannercenter"><br/>(incubating)&nbsp;|&nbsp;The Free and Open 
Productivity Suite</div>
+  </div>
+  <div id="clear"></div>
+  
+  <div id="content">
+  
+    
+    
+<h1>Acessing the obsolete Subversion source code repository</h1>
+<p>Between OpenOffice.org 3.0 release and 3.2 release Subversion was used as 
the source code repository.</p>
+<p>After the 3.2 release OOo has migrated to Mercurial. Now the subversion 
repository is only useful for getting the sources of the OOo 3.1 release branch 
(OOO310).</p>
+<p>For current information on how to build OOo, see the OOo Wiki:
+   <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide";>Building
 Guide</a></p>
+<h2>Generic access methods</h2>
+<h3> <span class="mw-headline">Read only SVN access</span></h3>
+<pre>svn checkout svn://svn.services.openoffice.org/ooo/trunk<br></pre>
+<p>or
+</p>
+<pre>svn checkout <a href="http://svn.services.openoffice.org/ooo/trunk";
+ class="external free"
+ title="http://svn.services.openoffice.org/ooo/trunk"; 
rel="nofollow">http://svn.services.openoffice.org/ooo/trunk</a>
+</pre>
+<a name="Read_only_browser_access"></a>
+<h3> <span class="mw-headline">Read only browser access</span></h3>
+<p>Point your browser to </p>
+<pre><a href="http://svn.services.openoffice.org/ooo";
+ class="external free" title="http://svn.services.openoffice.org/ooo";
+ rel="nofollow">http://svn.services.openoffice.org/ooo</a>
+</pre>
+<a name="Read.2Fwrite_access"></a>
+<h3> <span class="mw-headline">Read/write access</span></h3>
+<p>Write access to the repository requires a ssh setup.
+</p>
+<pre>svn co svn+ssh://[email protected]/ooo/trunk<br></pre>
+<h2>Access a Developer Snapshot</h2>
+<h3>Access a Developer Milestone</h3>
+<pre>svn checkout <a
+ href="http://svn.services.openoffice.org/ooo/tags/DEV300_m35";><span
+ class="external 
free">http://svn.services.openoffice.org/ooo/tags/DEV300_m35</span></a></pre>
+<h3>Access a childworkspace</h3>
+<pre>svn checkout <a
+ href="http://svn.services.openoffice.org/ooo/cws/foo";><span
+ class="external 
free">http://svn.services.openoffice.org/ooo/cws/foo</span></a></pre>
+<br>
+<br>
+For more information please see <a
+ 
href="http://wiki.services.openoffice.org/wiki/OOo_and_Subversion";>http://wiki.services.openoffice.org/wiki/OOo_and_Subversion</a><br>
+
+
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya">
+      <p><img src="/images/feather-small.gif"/><br/>Powered by the Apache 
CMS.</p>
+    </div>
+    <div id="copyrighta">
+      <p>
+       Apache "OpenOffice.org" is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+       Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, communications, and
+       decision making process have stabilized in a manner consistent with 
other successful ASF projects. While incubation status is
+       not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the project has
+       yet to be fully endorsed by the ASF.</p>
+      <p>
+       <a href="/contact.html">Contact Us</a> |
+       <a href="/terms.html">Terms of Use</a>
+       <br />Apache and the Apache feather logos are trademarks of The Apache 
Software Foundation.
+       <br />OpenOffice.org and the seagull logo are registered trademarks of 
The Apache Software Foundation.
+       <br />Other names appearing on the site may be trademarks of their 
respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>


Reply via email to