Creating Patches From SVN
Have yet to work it out doing it from subversion in Eclipse. Inside a terminal at the top level of the red5 directory run something like this to create a patch of a changed file for submitting into Trac.
svn diff src/org/red5/server/util/FileUtil.java > FileUtil.txt
This will create a patch file which can then be submitted as a file upload into a ticket.
