Last change
on this file since 1783 was 267, checked in by Bruno Cornec, 17 years ago |
Document requirement on svn >= 1.2.1
|
File size:
897 bytes
|
Line | |
---|
1 | Project Builder (aka pb) README
|
---|
2 |
|
---|
3 | 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.
|
---|
4 |
|
---|
5 | Example:
|
---|
6 |
|
---|
7 | $ cat $HOME/.pbrc
|
---|
8 | #
|
---|
9 | # Root of the temp file used to store info on the project
|
---|
10 | # Is also used to determine the root directory of the project
|
---|
11 | # No default option allowed here as they need to be all different
|
---|
12 | # If you want to use VMs, then use $ENV{'HOME'} to make it portable
|
---|
13 | # to your VMs
|
---|
14 | #
|
---|
15 | pbrc pb = $ENV{'HOME'}/pb/svn/pbrc
|
---|
16 | $
|
---|
17 |
|
---|
18 | 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 delivery) and the important files pbrc*.
|
---|
19 |
|
---|
20 | 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.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.