按照Google Code提供的方法
Use this command to anonymously check out the up-to-date stable version of the project source code:
svn checkout http://v8.googlecode.com/svn/trunk/ v8
If you plan to contribute to V8 but are not a member, use this command to anonymously check out a read-only version of the development branch:
svn checkout http://v8.googlecode.com/svn/branches/bleeding_edge/ v8
If you're a member of the project, use this command to check out a writable development branch as yourself using HTTPS:
svn checkout https://v8.googlecode.com/svn/branches/bleeding_edge/ v8 --username <your username>在命令行中用 svn checkout http://v8.googlecode.com/svn/trunk/ v8 检出v8代码,程序没有反应。
正确的方法:
svn checkout https://v8.googlecode.com/svn/trunk/ v8
即用https协议。
在TotoriseSVN中,输入:https://v8.googlecode.com/svn/trunk/
本文将指导您如何通过GoogleCode匿名获取V8项目的最新源代码版本,包括为贡献者提供的读取和写入分支的方法。若命令行操作失败,请确保使用HTTPS协议进行检出。
5172

被折叠的 条评论
为什么被折叠?



