Source Depot operation

来源:互联网 发布:人工智能英语作文话题 编辑:程序博客网 时间:2024/05/22 10:53


Sync Code:

sd sync

sd sync -f 

sd sync -f ...

 

Check out:

sd edit ...

 

Make dpk package:

sdp pack -c [changeList] [localPath]/*.dpk

 

Make BB package:

bbpack -c [changeList] -o [localPath]/*.cmd

 

Extract dpk package:

sdp -w diff *.dpk

 

Apply dpk package to local:

sdp apply -l *.dpk

 

Extract BB package:

*.cmd -l

 

view the changed code by changeList:

sdv changeList

 

Check in:

sd submit -c [changeList]

0 0