You should use the svn diff command instead, this post describes how it
works.
https://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion
Otherwise you might want to use your IDE to create the patch, e.g.
Eclipse has this
integrated as part of the team support.
Hope that helps,
Jörn
On 02/20/2013 07:26 PM, Jim - FooBar(); wrote:
how should I produce my patch? I'm guessing a mere diff won't do the
job. I think I've bitten in the past and so this has probably been
answered before but I 've now spent 25 min going through my email
history and cannot find anything related...suppose I've got the 2
files in the same directory, f1.java & f2.java...what is the command
to produce the patch?
thanks,
Jim