judebert wrote:I never considered the case where people would download the SVN directly. I figured the only way people would be getting the trunk would be from one of Garvin's builds.
I think the easiest way to keep in sync with the trunk (esp. if you want or have to do a few modifications of your own, like incorporate some templates and plugins) is actually mirroring the repository using something like svk or hgsvn. I tried using "vendor branches" a few times, but once files start getting moved around in the original software (or there have been a lot of changes in the source), it starts getting harder and harder to get things merge correctly.
Either that, or using some standalone patch management system like
quilt and I'm not l33t enough for that

(besides, I'm on windows, and I have no idea if quilt runs on cygwin).
judebert wrote:Meanwhile, you can generate your own checksums!
Yeah, I figured that bit out, but I don't have shell access, so I'd have to run it using the php script in the browser (with a few modifications so it would actually run) - generating the checksums from the files already on the server (which probably defeats the purpose of the checksums). The easiest thing I thought of was just commenting the block in the installer
