我不能删除我的流库,即使我已经删除了它的所有流。我尝试了这里列出的解决方案:https://portal.perforce.com/s/article/2546,但没有成功。请帮帮忙。
PS C:\Users\xxxx> p4 streams //test/...
//test/... - no such stream.
PS C:\Users\xxxx> p4 depot -d -f test
Depot 'test' is the location of existing streams; cannot delete until they are removed.发布于 2022-09-23 03:21:11
如果有人面临同样的问题,以下是我为成功删除仓库而采取的步骤:
删除所有相关的workspaces
https://stackoverflow.com/questions/73021496
复制相似问题