[OT] Re: Pushing a repository to Amazon S3?

Matt Nordhoff mnordhoff at mattnordhoff.com
Tue Dec 11 10:18:48 CST 2007


Matt Mackall wrote:
> The problem with SFTP is the library. But it's fairly uncommon to have
> SFTP and not SSH. So it's of limited use. If someone can figure out
> how to do this with little to no extra dependencies, I'd be
> interested.

Unless that someone wants to write his own SFTP library, the best way in
Python would be paramiko, which also requires PyCrypto...

Could it get in as a little-used feature that wouldn't break hg if the
libs weren't available, or as an extension?
-- 


More information about the Mercurial mailing list