How do I retrieve the size of a directory from Perforce?

前端 未结 2 1573
[愿得一人]
[愿得一人] 2021-02-12 19:01

I would like to know how much disk space a directory is going to consume before I bring it over from the Perforce server. I don\'t see any way to do this other than getting the

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-12 19:32

    I don't know how I missed this command, but here's how you do it:

    p4 sizes -s //depot/directory/...

提交回复
热议问题