This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Archive = false still creates version history #144
QuestionI am pushing using the below command. Since archive is set to false, I'm expecting the current version to be overwritten and no history remain. But I can see the number of workspace version files growing for each push, and the version dropdown in the workspace ui lists them all. What is wrong here, my expectation, my command or the cli?
|
Answered by
simonbrowndotje
Sep 26, 2023
Replies: 1 comment 3 replies
|
The |
3 replies
Answer selected by
vedeja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
archiveflag prevents a local copy of the workspace being stored as a backup ... the cloud service/on-premises installation will still store workspace versions, and this is what you're seeing in the UI.