Module svs_core.dev.devlib
The basic classes for handling development, such as code management and versioning.
NOTES:
- allow paths to identify entries: C{'client/devNode/devLine/version|tag'}
@author: Simon Yuill
@copyright: Simon Yuill
@license: GNU GPL version 2 or any later version
@contact: simon@lipparosa.org
| Classes |
DevEntry |
Represents a single entry in a DevLine. |
DevLine |
Manages a single line of development, such as a specific source
file. |
DevNode |
Represents a point in an SVS network where files are stored for
development. |
createDevEntry(version,
source,
author=None)
Creates a timestamped DevEntry.
-
|