如何使用 Tortose SVN 下载这个谷歌代码?
我正在尝试从以下位置下载 http://code.google.com/p/pagedown/谷歌代码。
之前没有这样做过,已经安装了 Tortoise SVN 并尝试了 SVN Checkout
的各种地址。
我尝试过的地址导致了(不允许 405 方法) https://code.google.com/p/pagedown/
http://code.google.com/p/pagedown/
http://code.google.com/p/pagedown/source/browse/hg
我怎样才能知道我应该使用哪个地址?
另外,我登录了该网站,因为我有一个带有谷歌的 Gmail 邮件。
(希望我也找到了正确的 WMD 编辑器)。谢谢
I am trying to download http://code.google.com/p/pagedown/ from google code.
Having not done this before, have installed Tortoise SVN and tried various addresses to SVN Checkout
.
Addresses I have tried that have resulted in a (405 method not allowed)
https://code.google.com/p/pagedown/
http://code.google.com/p/pagedown/
http://code.google.com/p/pagedown/source/browse/hg
How can I find out which address I should be using?
Also, I am logged into the site as I have a gmail with google.
(Hopefully I have found the correct WMD editor too). Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
来源使用的是 Mercurial 存储库而不是颠覆存储库......
安装 tortoisehg ( http://tortoisehg.bitbucket.io/ ),然后使用提供的 url ( https://code.google.com/p/pagedown/ )。
对于 Mercurial 新用户,您应该阅读 Joel 在 http://hginit.com/ 上发表的精彩文章
干杯!
the source is using a mercurial repository not a subversion one ...
install tortoisehg ( http://tortoisehg.bitbucket.io/ ) and then use the url provided ( https://code.google.com/p/pagedown/ ).
For new mercurial users you should read Joel's great article on http://hginit.com/
Cheers!
该项目使用mercurial,而不是subversion,进行版本控制;你使用了错误的程序来下载它,因为 tortoise svn 是用于颠覆的。您可以尝试使用 Tortoise hg。
This project uses mercurial, not subversion, for version control; you're using the wrong program to download it, as tortoise svn is for subversion. You can try using Tortoise hg.
坦率地说,我什至不确定这个特定的项目是否真的使用了 Subversion - 我无法确定。
但假设确实如此,您可以在这里回答大多数 Subversion 问题:
http://code .google.com/p/support/wiki/SubversionFAQ
特别是,您可以像这样进行匿名 SVN 结账:
PS:
项目页面谈论的所有内容都是“Mercurial”。
“Tortoise”支持多种版本控制协议:CVS、SVN ...和 Mercurial:
http://tortoisehg.bitbucket.io /
http://code.google.com/p/support/wiki/MercurialFAQ
I'm frankly not even sure this particular project actually uses Subversion - I couldn't tell for sure.
But assuming it does, you can answer most of your Subversion questions here:
http://code.google.com/p/support/wiki/SubversionFAQ
In particular, you can do an anonymous SVN checkout like this:
PS:
All the project page talks about is "Mercurial".
"Tortoise" supports several version control protocols: CVS, SVN ... and Mercurial:
http://tortoisehg.bitbucket.io/
http://code.google.com/p/support/wiki/MercurialFAQ