Acessing the obsolete Subversion source code repository

Between OpenOffice.org 3.0 release and 3.2 release Subversion was used as the source code repository.

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).

For current information on how to build OOo, see the OOo Wiki: Building Guide

Generic access methods

Read only SVN access

svn checkout svn://svn.services.openoffice.org/ooo/trunk

or

svn checkout http://svn.services.openoffice.org/ooo/trunk

Read only browser access

Point your browser to

http://svn.services.openoffice.org/ooo

Read/write access

Write access to the repository requires a ssh setup.

svn co svn+ssh://svn@svn.services.openoffice.org/ooo/trunk

Access a Developer Snapshot

Access a Developer Milestone

svn checkout http://svn.services.openoffice.org/ooo/tags/DEV300_m35

Access a childworkspace

svn checkout http://svn.services.openoffice.org/ooo/cws/foo


For more information please see http://wiki.services.openoffice.org/wiki/OOo_and_Subversion