Monotone
You can follow the latest PacketFence development at http://mtn.inverse.ca/branch/changes/org.packetfence.1_7
.
To obtain the latest development version, please use Monotone
.
Initial setup
If you've not yet created a local monotone database, please execute (assuming you want to name the database pf.mtn)
mtn db init --db=~/pf.mtn
Then pull the revisions from inverse.ca to your local database by executing
mtn --db=~/pf.mtn pull inverse.ca org.packetfence.1_7
and do a checkout with
mtn --db=~/pf.mtn checkout --branch org.packetfence.1_7
Updating to the latest revision
If you want to update to the latest revision, just change the current directory to org.packetfence.1_7 and run:
mtn --db=~/pf.mtn pull inverse.ca org.packetfence.1_7
mtn update

