I am trying to make a patch with multiple files in different directories. I don't want to include all my uncommitted files as I have a lot not applicable to the patch.
I know of this command to create a patch with a specific file, only issue is this is one file:
svn diff -up original.php > filename.patch
Is there any way to do this with multiple files in different directories ?
Thanks