Here is a work flow on the Openpear.
# Create a new package (on openpear.org)
# Check-out it, edit files and commit that (on your local)
# Release setting on the administration page and release it (on openpear.org)
How Openpear works on each work flow? Openpear works so many jobs automatically.
After you create new package, Openpear will:
-
Create svn repository (if you do not use external repository).
- trunk : development code
- tags : release tags
- branches : branches directory (you can use it as you want)
-
doc : documentation
- ja, en : default documentation repository (for Japanese, for English)
- Create changeset permalink
- Timeline update
Once you release the pacakage, Openpear will:
- Build PEAR pacakage in accordance with your settings,
- Register the package archive to the channel server of Openpear,
- Create svn tag to the repository,
- Timeline update.