Skip to content

You are not logged in. Register orLog In

start:

Acessing the source code repository

After OpenOffice.org 3.0 release the source code repository has been migrated from CVS to Subversion

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