使用Google Project Hosting 托管项目[SVN]
2011 九月 16
这里说下SVN的一些注意事项和tips.
项目主页为:
http://项目名称.googlecode.com/
登录和管理都是是Google账号。
SVN账号密码:点击“Source” 选项卡,再点击 googlecode.com password 链接即可看到密码。
svn commint 等一般都是用google账号和这个googlecode.com password的。
项目成员经过认证之后只有通过HTTPS协议才能commit,不然会提示错误:
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for …
checkout:
1 | svn checkout https://项目名称.googlecode.com/svn/trunk/ repo目录 --username Google账号名 |
匿名用户可通过http协议 check out出只读的working copy,
如
1 | svn checkout http://项目名称.googlecode.com/svn/trunk/ repo目录-read-only |
如用netbeans 把项目import到repo的话,URL那里填写:
https://项目名称.googlecode.com/svn/trunk/
路径是区分大小写的,不然commit会出错。
One Response
Post a comment







不懂这个。。。来沙发的。哈哈。。