Bounty short description
Is there a portable way to use a single repository w/ multiple checkouts? As an alternative to ha
What you are wanting is called alternates, which lets one repo be dependent on another for its objects. Its use isn't very common because disk space is cheap and you have to be careful not to accidentally delete objects the dependent repo needs.