注:这个方法已经不适用了,帖子没删只是留个记念而已web
gclient:若是不知道gclient是什么东西 。。。 就别再往下看了。ubuntu
下载特定版本的代码:svn
#gclient sync --revision src@31000google
其中31000是版本号 spa
查看本身下载代码的版本号:code
#gclient revinfo -ait
webrtc@ubuntu:~/code/webrtc/src/talk$ gclient revinfo -aio
src: http://webrtc.googlecode.com/svn/trunk@7706 webrtc
src/third_party/gflags/src: http://gflags.googlecode.com/svn/trunk/src@84cli
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是版本号