On Mon, 2008-03-31 at 22:55 +0100, Paul Moore wrote: > Sorry if this is a dumb question, but I've got a problem with the > Subversion bindings (for the convert extension). TortoiseHg includes > some magic so that the convert extension works with Subversion > repositories, but I can't make the standalone Mercurial work that way. > I've downloaded the TortoiseHg source distribution, and looked at > that, but I can't see how it does the trick. > > Can someone enlighten me on what TortoiseHg does to get a working > convert/subversion extension?
The subversion python bindings are included in the library.zip file that comes with the installer. The easiest way to do this is to have the bindings installed on the machine that generates the installer (py2exe picks them up and adds them to library.zip). It's near impossible to do this after the fact. -- Steve Borho ([EMAIL PROTECTED]) http://www.borho.org/~steve/steve.asc Key fingerprint = 2D08 E7CF B624 624C DE1F E2E4 B0C2 5292 F2C6 2C8C ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
