카테고리 없음
How to use Post-review with Perforce.,postreview, post, review
jaster
2011. 8. 18. 21:23
반응형
// u can create new panding list
// and will open the some txt then do write status to "panding"
p4 change
// u can edit panding list contes.
p4 change -s change list number
// find out infor
p4 describe -s 11111
// u can add to panding list with editing.
p4 edit -c 11111 //depot//bulaadfasdfasf..h
//
p4 submit -c number
// u can upload different files and etc automatically . it is python apple.
post-review —server=http://postSite 11111
// u can revert all within change-lists 11111
p4 revert -c 11111 //workspaceName/...
// and will open the some txt then do write status to "panding"
p4 change
// u can edit panding list contes.
p4 change -s change list number
// find out infor
p4 describe -s 11111
// u can add to panding list with editing.
p4 edit -c 11111 //depot//bulaadfasdfasf..h
//
p4 submit -c number
// u can upload different files and etc automatically . it is python apple.
post-review —server=http://postSite 11111
// u can revert all within change-lists 11111
p4 revert -c 11111 //workspaceName/...
반응형