Skip to content

使用Google Project Hosting 托管项目[SVN]

2011 九月 16
by 荒野无灯

这里说下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会出错。

喜欢这篇文章吗?

请订阅本站 RSS feed填写您的邮件地址,订阅我们的精彩内容:,欢迎点击这里捐赠以支持荒野无灯转播到腾讯微博 转播到腾讯微博

作者:荒野无灯
出处:Hacklog【Hacklog】

声明: 本站遵循 署名-非商业性使用-相同方式共享 3.0 共享协议. 转载请注明转自Hacklog【荒野无灯weblog】

本文链接: http://ihacklog.com/?p=4819

One Response Post a comment
  1. 九月 17, 2011

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

Leave a Reply

Allowed Tags - You may use these HTML tags and attributes in your comment.

<a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <q cite=""> <strong>

 :wink:  :-|  :-x  :twisted:  :)  8-O  :(  :roll:  :-P  :oops:  :-o  :mrgreen:  :lol:  :idea:  :-D  :evil:  :cry:  8)  :arrow:  :-?  :?:  :!:

Note: You may use basic HTML in your comments. Your email address will not be published.

Subscribe to this comment feed via RSS