Subversion Policy
Repository location
https://svn.colivre.coop.br/svn/noosfero
Repository organization
The repository follows the traditional layout for projects maintained in Subversion:
- trunk/ - main development stream
- branches/ - used in the case someone wants to make radical changes without making others suffer. Each folder inside it must be copied from trunk (or from a tag in the case of maintainance branches)
- tags/ - released versions
Checking out the development version
svn checkout https://svn.colivre.coop.br/svn/noosfero/trunk
Commiting changes
Every commit must indicate wich
ActionItem (requirement, bug, enhancement or
documentation) it relates to, so we can keep track of the changes in a better
way. We'll be able to list all commits that relate to each
ActionItem, or even
every commit related to a specific release through its
ActionItem's.
Rules:
If the above conditions are not met, the commit will fail.
--
AntonioTerceiro - 05 Jul 2007
Anhetegua.SubversionPolicy moved from Multypass.SubversionPolicy on 11 Jul 2007 - 18:51 by AntonioTerceiro