depot3 icon indicating copy to clipboard operation
depot3 copied to clipboard

d3 install --freeze doesn't freeze if the edition is already installed

Open jminor opened this issue 7 years ago • 1 comments

If you run d3 install something-123-1 --freeze and that edition is not installed yet, then the right thing happens. However, if that edition is already installed, the command exits without freezing. Having the same edition already installed should not be considered an error.

jminor avatar Nov 20 '17 16:11 jminor

Also, related, if you run d3 install something-123-1 --freeze --force but 123-2 is already installed, then it freezes 123-2 without installing 123-1.

jminor avatar Apr 21 '20 00:04 jminor