Project

General

Profile

FWD Trunk

If you have access to the Secure File Transfer System, then you can do a bzr checkout of the FWD trunk. On xfer.goldencode.com it is found in /opt/fwd/trunk/.

You can access it from any user account on that system:

bzr co sftp://<userid>@xfer.goldencode.com/opt/fwd/trunk <your_local_branch_name>

This is a mirror of the trunk, not the actual location of the central branch. When there is a commit to trunk, this mirror will be updated to synchronize the mirror with the latest version. To pull down the latest revision into your checked-out branch:

cd <your_local_branch_name>
bzr update

© 2019 Golden Code Development Corporation. ALL RIGHTS RESERVED.