Project Builder (aka pb) README

In order to use project builder, you need a configuration file named .pbrc placed in your home directory that contains information on where to find your project CMS instance. 

Example:

$ cat $HOME/.pbrc.yml
---
#
# Root of the temp file used to store info on the project
# Is also used to determine the root directory of the project
# No default option allowed here as they need to be all different
# If you want to use VMs, then use $ENV{'HOME'} to make it portable
# to your VMs
#
  pbrc:
    pb: $ENV{'HOME'}/pb/svn/pbrc
$

We indicate here that we use pb to build pb (heh !) and that our Subversion local instance is under $HOME/pb/svn. This is also where pb will put its temporary directory (such as build and pbdelivery) and the important files pbrc*.

When using SVN, please use version >= 1.2.1 as 1.1.4 for example doesn't know how to export files which is used by pb.
