如何在 Windows 上将 SVN (Subversion) 转换为 Hg (Mercurial)?
我正在使用 Windows xp 32 位,并且正在使用 TortoiseHg,并且我想从 Codeplex 克隆文件,但是当我尝试克隆源代码时,出现错误
'https://wbfsmanager.svn.codeplex.com/svn?cmd=capability/?cmd=capability/?cmd= Between& amp;pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000/'似乎不是 hg 存储库:
那么如何将其转换为 Hg 格式?
I am using Windows xp 32 bit and i am using TortoiseHg and I want to clone a file from Codeplex but when I try to clone the sourcecode, I got an error says
'https://wbfsmanager.svn.codeplex.com/svn?cmd=capabilities/?cmd=capabilities/?cmd=between&pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000/' does not appear to be an hg repository:
So how can I convert it to a Hg format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您通常应该使用TortoiseSVN 通过 Codeplex 的 SvnBridge 查看 Subversion 存储库。如果它是您自己的项目,那么您还可以将其创建为 Mercurial 存储库,而不是 Subversion 存储库。
但是,如果您确实想要使用 Mercurial 从 Subversion 进行克隆,那么您需要的不仅仅是标准的 Mercurial:您需要使用 hgsubversion.请参阅我的 hgsubversion 指南获取帮助。
You should normally use TortoiseSVN to checkout a Subversion repository from Codeplex via their SvnBridge. If it's your own project, then you can also create it as a Mercurial repository instead of a Subversion repository.
However, if you really want to use Mercurial to clone from Subversion, then you need more than just standard Mercurial: you need to use hgsubversion. Please see my hgsubversion guide for some help.