blob: 8ccab417ef32e2c181102d889186d5383cf2724b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title>Checkouts with Subversion</title>
</head>
<body>
<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://svn@svn.services.openoffice.org/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>
</body>
</html>