How to use Mercurial's LargeFiles extension?

前端 未结 2 1698
走了就别回头了
走了就别回头了 2021-01-31 05:29

I use Mercurial for game development, and I\'m trying to use the LargeFiles extension included in Mercurial 2.0 to keep track of large binary assets. Unfortunately there isn\'t

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 06:13

    I'm just posting this for anyone else coming into the thread from a search.

    There's currently an issue using the largefiles extension in the mercurial python module when hosted via IIS. See this post if you're encountering issues pushing large changesets (or large files) to IIS via TortoiseHg.

    The problem ultimlately turns out to be a bug in SSL processing introduced in Python 2.7.3 (probably explaining why there are so many unresolve posts of people looking for problems with Mercurial). Rolling back to Python 2.7.2 let me get a little further ahead (blocked at 30Mb pushes instead of 15Mb), but to properly solve the problem I had to install the IISCrypto utility to completely disable transfers over SSLv2.

提交回复
热议问题