注:這個方法已經不適用了,帖子沒刪只是留個紀念而已
gclient:如果不知道gclient是什么東西 。。。 就別再往下看了。
下載特定版本的代碼:
#gclient sync --revision src@31000
其中31000是版本號
查看自己下載代碼的版本號:
#gclient revinfo -a
webrtc@ubuntu:~/code/webrtc/src/talk$ gclient revinfo -a
src: http://webrtc.googlecode.com/svn/trunk@7706
src/third_party/gflags/src: http://gflags.googlecode.com/svn/trunk/src@84
src/third_party/junit/:http://webrtc.googlecode.com/svn/deps/third_party/junit@3367
其中7706是版本號
如何在官網上瀏覽特定版本的代碼:
https://code.google.com/p/webrtc/source/browse/?r=7643
其中7643是版本號