Max Bowsher wrote: >> I was wondering if it would make sense to ship a binary version of >> svnmerge.py in the Windows binary pack. I can easily provide a >> standalone executable that works without Python installed. > > Interesting! How is this done, and how large is the resulting binary?
I use PyInstaller (which is maintained by... uhm... me! :)). I have uploaded a sample here: http://www.develer.com/~rasky/svnmerge.exe (made from the HEAD version of today). The executable is 1.3Mb (made using a stripped down version of the Python DLL without the large CJK asian codecs which are useless in many cases). -- Giovanni Bajo _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
