PODregulator Code
An intuitive and efficient Linux program for Line 6 POD 2
Status: Alpha
Brought to you by:
josander
| File | Date | Author | Commit |
|---|---|---|---|
| branches | 2011-11-12 | allura | [r1] Initial commit |
| tags | 2011-11-12 | allura | [r1] Initial commit |
| trunk | 2016-11-17 | josander | [r10] Some place holder text in order to see if stuff... |
| README | 2011-11-12 | josander | [r5] Improved and clarified the information og this ... |
This is the top of the PODregulator code repository.
Be aware that this is an information file for the
repository itself. You will find the project
README file in the trunk.
Repository layout:
==================
trunk/ ......The latest development sources. When people say
"Get the head of trunk", they mean the latest
revision of this directory tree.
branches/ ...Various development branches. Typically a branch
contains a complete copy of trunk/, even if the
changes are isolated to one subdirectory. Note
that branch copies are generally removed after
they've been merged back into trunk, so what's in
branches/ now does not reflect all the branches
that have ever been created.
tags/ .......Snapshots of releases. As a general policy, we
don't change these after they're created; if
something needs to change, we move it to
branches and work on it there.