Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/301.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 试图克隆pypy';s在windows上的易变回购_Python_Svn_Mercurial_Pypy - Fatal编程技术网

Python 试图克隆pypy';s在windows上的易变回购

Python 试图克隆pypy';s在windows上的易变回购,python,svn,mercurial,pypy,Python,Svn,Mercurial,Pypy,由于某种原因,正在尝试在我的windows计算机上克隆pypy repo。我安装了mercurial,但没有安装svn。我知道他们只是做了迁移,但我不认为我也需要安装svn?这是我的终端的输出 C:\Documents and Settings\blahblah\programming>hg clone https://bitbucket.org/pypy /pypy destination directory: pypy requesting all changes adding cha

由于某种原因,正在尝试在我的windows计算机上克隆pypy repo。我安装了mercurial,但没有安装svn。我知道他们只是做了迁移,但我不认为我也需要安装svn?这是我的终端的输出

C:\Documents and Settings\blahblah\programming>hg clone https://bitbucket.org/pypy
/pypy
destination directory: pypy
requesting all changes
adding changesets
adding manifests
adding file changes
added 40119 changesets with 127911 changes to 29936 files (+56 heads)
updating to branch default
abort: '"svn"' is not recognized as an internal or external command,
operable program or batch file.

我需要svn吗?若然,原因为何?如果没有,发生了什么?

此存储库使用多个SVN


这意味着您将需要subversion进行更新。我相信您会发现,您已经成功地提取了存储库,如果没有
svn
二进制文件,它就无法更新它。

谢谢。你说的回购协议是对的。我就是无法更新。我安装了,现在可以运行hg更新了。
$ cat .hgsub
greenlet = [svn]http://codespeak.net/svn/greenlet/trunk/c
testrunner = [svn]http://codespeak.net/svn/pypy/build/testrunner
lib_pypy/pyrepl = [svn]http://codespeak.net/svn/pyrepl/trunk/pyrepl/pyrepl
lib_pypy/sqlite3 = [svn]http://codespeak.net/svn/pypy/pysqlite2