对于不固定工作场所的程序员来说,通过http的Source Control是个不错的选择。

GoogleCode就提供了Subversion server

首先在GoogleCode新建项目,然后在Project Members里把自己设置为Owner

 

切换到Source Tab

# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://zmud-codes.googlecode.com/svn/trunk/ zmud-codes --username pbleester

When prompted, enter your generated googlecode.com password.

然后你就可以使用SVN client连接到该服务了,注意通过client GUI使用的url不包括上面的参数,应为https://zmud-codes.googlecode.com/svn/trunk/

我用的是TortoiseSVN,使用方法请查看相应的帮助

 如何使用GoogleCode提供的SVN Source Control服务

https要求身份验证,填入帐号及密码,密码可以在googlecode.com password看到
如何使用GoogleCode提供的SVN Source Control服务

相关文章:

  • 2021-03-28
  • 2022-12-23
  • 2021-12-30
  • 2023-03-31
  • 2021-12-06
  • 2020-02-28
  • 2022-12-23
  • 2020-03-29
猜你喜欢
  • 2021-08-31
  • 2021-07-13
  • 2021-09-03
  • 2022-12-23
  • 2022-01-02
  • 2021-04-12
  • 2022-12-23
相关资源
相似解决方案