Can you “ignore” a directory in P4V?

后端 未结 6 1237
迷失自我
迷失自我 2020-12-08 00:16

We use Visual Studio, which generates lots of bin and obj directories. When I use P4V\'s \"Reconcile Offline Work\" feature, these

6条回答
  •  眼角桃花
    2020-12-08 00:44

    I would go ahead with the Reconcile Offline Work and do everything but the submit. Before the submit, do the following:

    p4 revert //Client/Foo/.../*.user

    p4 revert //Client/Foo/.../bin/...

    p4 revert //Client/Foo/.../obj/...

    It's not automated, but that's the best I can think of at the moment.

提交回复
热议问题