Kevin Greiner wrote: >> I'd like to add a small page or paragraph to the wiki that describes >> how to build svnmerge.exe from the trunk. >> >> Can someone point me to current build instructions or give me some >> general tips? Is it built using py2exe?
There are no official build instructions. I use PyInstaller (which I maintain). I have attached to this mail the spec file I use. Once you epurate it of the absolute paths, it should be enough to run "python [PYINSTALLER-PATH]\Build.py svnmerge.spec". -- Giovanni Bajo
svnmerge.spec
Description: Binary data
_______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
