svn experience

来源:互联网 发布:水电安装价格知乎 编辑:程序博客网 时间:2024/05/21 16:55

svn experience



svn


svn-mirror


Svn-diff results analysis for new feature tasks (Draft)
cd ITEM_P1730/extension/ca/viaccess/daemon
svn diff -r 110140:112261 ./ | sed -e 's/\r//g' | grep "^+[^+]" | grep -Ev "^+[[:space:]]*(\/\*)|(\*)|(\/\/)" | grep -v "^+[[:space:]]*$" | wc -l

If we just run the command in local ITEM_P1730 folder, it still very slow :-(


Code size: 2906 lines (daemon 2834, other about 72)
Review: Accepted 2
Wontfix   2
Duplicate 8
Notice: The command result is not correct with the following situations:
1. Remove a folder and change the folder files to another even if the files is the same 








svn copy
svn cp –r 122260  http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117_1 -m “ITEM:P2117. 3.8: MP4 - Big file limitation improvement.   from BOBROV@122260.”

svn cp   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117_1 -m “ITEM:P2117. 3.8: MP4 - Big file limitation improvement.   from BOBROV@122260.”


//status check
svn st  

svn ci /dir/** /dir/** -m "sdfn"

svn revert



svn merge
A, rebase
当前工作目录http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD
svn  merge   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD

B, revert old version
svn  merge   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2116@old_version

C, merge
当前工作目录http://svn.ea.mot.com/dev/bsg/branches/BOBROV@HEAD
svn  merge   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD    http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD  


svn diff
当前工作目录http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD
svn diff   http://svn.ea.mot.com/dev/bsg/branches/ITEM_P2117@HEAD   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD

svn diff   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD   http://svn.ea.mot.com/dev/bsg/branches/BOBROV_MR2@HEAD
0 0
原创粉丝点击