{endterm}
On Windows, the '&&' doesn't work, so use a ; instead. also you may have to supply your submit-3 username where USERNAME@ appears in the command below.
{term}
- git archive <hash created by git write-tree> | ssh submit-3.batlab.org cd USERNAME@submit-3.batlab.org cd workspace ; tar xf -
+ git archive <hash created by git write-tree> | ssh submit-3.batlab.org USERNAME@submit-3.batlab.org cd workspace ; tar xf -
{endterm}
So far, this is the same as submitting a workspace build.
