which are interacted with through checkouts or remote branches, such as on a server. :Examples: Create a shared repository holding just branches:: brz init-shared-repo --no-trees repo brz init repo/trunk Make a lightweight checkout elsewhere:: brz checkout --lightweight repo/trunk trunk-checkout cd trunk-checkout (add files here) )