/ Published in: SVN
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
1. svn diff -r X:Y > a.patch 2. patch -p0 < a.patch 3. svn commit