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


:這個方法已經不適用了,帖子沒刪只是留個紀念而已

 

 

 

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是版本號

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM