Actions:
|
2012-06-20 11:39 AEST by Arthur Barrett - Some customers would like to enforce a particular checkout location.
eg 1.
using a reserved centralised model: must be the centralized directory/share e.g.: sql navigator
eg 2.
using a distributed model, but wanting to ensure changes are backed up
This would be a little difficult, because a linux client may mount the share to /mnt/sandbox, and one
windows pc might pay it to w: and another to z: - but we could always implement 'simply' at first and get
more clever later.
Ideally control it with a CVSROOT/sandboxes file so you can list:
module:branch:sandbox
module:branch:sandbox
so each module/branch could have more than a single valid sandbox. |