创建项目是在这个地方进行。刚才有花了挺长时间来找创建项目的地方:) http://code.google.com/hosting/ 新svn项目也连接上了。。。 代码提交过程之中。。。: 开始提交了: 开始commit项目了。。。: 确认代码提交: 开始进行import操作了。。。: 提交项目到Google code svn: 提交项目了。。。: 代码提交成功了: 从svn查看代码: 项目提交成功,现在全开绿灯了: ACE提交的代码只有部分: 开始编译从svn下载的ACE代码了: google code svn命令: P:\Monica\testdeb>cd testdeb P:\Monica\testdeb\testdeb>ls html pdf tex P:\Monica\testdeb\testdeb>ls html pdf tex P:\Monica\testdeb\testdeb>svn status P:\Monica\testdeb\testdeb>svn status // 添加文件后 ? html\hello.txt P:\Monica\testdeb\testdeb>svn add html\hello.txt // 把文件加到svn管理之中 A html\hello.txt P:\Monica\testdeb\testdeb>svn status A html\hello.txt P:\Monica\testdeb\testdeb>svn commit -m "hello" // 提交修改成功 Adding html\hello.txt Transmitting file data . Committed revision 5. Google Code 设置 连上Google Code了: 可以看到待删除的项目了: 此文档翻译的管理用的是DocBook,现在直接用Tex比较好: http://code.google.com/p/svncndoc/ http://svncndoc.googlecode.com/svn/trunk/svnbook/ googlecode项目刚建立时的svn目录: 创建文件夹,需要输入用户名和密码: 基于http协议没有提交权限。 基于https的登录,SVN HTTPS登录: 该登录最终成功。 创建文件夹: 文件夹创建成功: 创建多个文件夹,revision版本上升了。。。: 命令行SVN工具: P:\Monica\testdeb>svn ls http://testdeb.googlecode.com/svn/ branches/ tags/ trunk/ // 可以通过https通道访问 Google Code SVN,但是需要使用密码。 P:\Monica\testdeb>svn ls https://testdeb.googlecode.com/svn/ Authentication realm: <https://testdeb.googlecode.com:443> Google Code Subversio n Repository Password for 'jack': // 默认使用的是jack用户名。 Authentication realm: <https://testdeb.googlecode.com:443> Google Code Subversio n Repository Username: thinke365 Password for 'thinke365': ************ branches/ tags/ trunk/ // 现在没有要求输入密码。。。 第一次登录成功后,就不需要输入密码了? P:\Monica\testdeb>svn ls https://testdeb.googlecode.com/svn/ --username thinke365 branches/ tags/ trunk/ 可以通过http和https通道访问Google Code,但是不能通过SVN协议来访问? 为什么svn checkout失败呢?: P:\Monica\testbed>svn co https://testbed.googlecode.com/svn/trunk --username th inke365 Authentication realm: <https://testbed.googlecode.com:443> Google Code Subversio n Repository Password for 'thinke365': ************ svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://testbed.googlecode.com/svn/trunk'
来自: http://hi.baidu.com/thinke365/blog/item/74adbd3e7d0371c97d1e71ae.html
Powered by: BlogJava Copyright © squirrel