PBP Development
The development of files for PBP is done with CVS.
To access the server, use these settings:
Protocol |
pserver |
Server |
pbp.battle-planet.de |
Repository Folder |
/srv/cvs |
Module |
pbp/data |
Username (for anonymous access) |
anoncvs |
Password (for anonymous access) |
guest |
This results in the following CVS commands for a checkout:
cvs -d :pserver:anoncvs@pbp.battle-planet.de:/srv/cvs login cvs -d :pserver:anoncvs@pbp.battle-planet.de:/srv/cvs co pbp/data
If you have a named account, replace anoncvs with your username.