I tried that: patch -p1 ~/apache/patches/0003-fixed-TileList-and-DragManager-tests-in-DragManager_. patch .
from the "flex" directory where "mustella" is a sub-directory. I got this error: patch: **** read error : Is a directory So I tried it without the "." and all this did was sit there, as if expecting me to enter something. I looked at the man page for patch and I don't see that this is expected behavior. --peter On 8/22/12 6:35 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> svn patch >>0003-fixed-TileList-and-DragManager-tests-in-DragManager_.patch . > >The patch is in git format which is slightly different to what svn >supports. Try this instead "patch -p1 >0003-fixed-TileList-and-DragManager-tests-in-DragManager_.patch". > >The -p1 will strip the first letter (ie the "a" and "b") off the paths in >the patch. > >Thanks, >Justin