Ah, so you're seeing the issue when comparing with the source in the
snapshots? I thought you meant that you were seeing end-of-line issues
just within your SVN workspace. Having different line endings in the
snapshot tarballs is not too surprising.
One way to work around the issue would be to work only within the SVN
workspace, making your changes there instead of in the snapshot. You
can copy the binaries (the *.pyd files) plus the generated .py files in
wx from the snapshot so you can run from the SVN workspace by setting
PYTHONPATH. Then when you're ready you can simply run "svn diff wx/lib
> whatever.patch" to make the patches.
--
Robin Dunn
Software Craftsman
http://wxPython.org