/ Published in: Bash
This is how to patch changes from svn into git (should work with other vcs as well).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# From within the svn managed source folder $ svn diff > /home/ronen/current.diff # From within the git managed source folder $ patch -p0 -i ~/current.diff