Is this config spec good enough?

 ̄綄美尐妖づ 提交于 2019-12-01 13:31:43
VonC

You should always ends with element * /main/LATEST (a "stop" rule), because you don't know if all the elements have a version in /main/anotherBranch.

In your case, the usual config spec would be:

element * CHECKEDOUT
element * /main/nz_plusOne/LATEST
element * NVAR_NETEZZA_3 -mkbranch nz_plusOne
element * /main/0 -mkbranch nz_plusOne
element * /main/LATEST

when they check-out file from /main/nz_mig

If they have a file checked out (in any branch), you won't see that version from your view anyway (it only selects checked out version that you did in your view.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!