You are not logged in Log in Join
You are here: Home » DevHome » Subversion » RepositoryOrganization

Log in
Name

Password

 
 
FrontPage »

RepositoryOrganization

Repository Organization

The central repository, at http://svn.zope.org , hosts Zope applications and components. The repository is organized in the standard way for subversion repositories.

The top-level directories within the repository are mostly "projects". Each project has subdirectories:

trunk
The main development branch
branches
A container directory, containing subdirectories for each non-main development branch.
tags
container directory, containing subdirectories for each tagged revision. You should never modify a tagged revision.

In addition to the project directories, there are other top-level directories for other purposes, such as the vendor directory that contains "vendor imports" of non-Zope software used by Zope projects.

To see how the repository is organized, you can browse it at http://svn.zope.org.