On 11/25/2015 6:07 AM, Edda wrote:
Ouch, sorry, i tested it on 3.3.1 and "re-typed" that line in 3.4.1....

Does the patch work for you?
Since we're currently developing in both 3.4.2 and 4.0 and now you have bumped into the same problem, I might as well share this:

repatch() {
  (cd $1 && svn diff) | (cd $2 && patch -p0)
}

Put that in your .bashrc - usage is "repatch ~/sa/trunk ~/sa/3.4.2" or whatever your directory structure is.

Reply via email to