![]() |
![]() |
||||||
|
|
||||||
|
Repository Configuration BitKeeper repositories have a configuration file in BitKeeper/etc/config. This file contains information about the project, licensing methods, owner contact information, and user preferences. When setting up a repository, a config file must be filled out. The required fields are:
The rest of the fields are optional. Required Fields
The description: project description goes here
There also needs to be a contact person for the repository
following the email: user@domain
To tell BitKeeper which mode to run in, the logging specifications
must be outlined in the config file.
If you are a commercial client set the following:
logging: none license: your_license_keyIf you are an openlogging client set the following: logging: logging@openlogging.orgIf you are using the repository in single user mode set the following: logging: none single_user: your_login single_host: your_machine_name User Preferences
With BitKeeper, once files are checked in, by default the clear
text version does not exist.
It is possible to change that default to check out files in
read-only mode (set ``checkout:'' to ``get'') or edit mode (set
``checkout:'' to ``edit'').
If checkout: is left blank, the default behavior will occur.
checkout: The checkout preference can be set per user, per host, or per repository via these filters:
Owner Information
To specify contact information, so that someone from BitMover can
contact you if a problem with BitKeeper is discovered, add the
appropriate information:
contact: phone: You may create a global config file and use that upon every setup:
|