關於在官網上查看和下載特定版本的webrtc代碼

:這個方法已經不適用了,帖子沒刪只是留個記念而已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是版本號

相關文章
相關標籤/搜索