Revision: 22709
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 20, 2010 03:24 by narkisr
Initial Code
# 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
Initial URL
Initial Description
This is how to patch changes from svn into git (should work with other vcs as well).
Initial Title
patch application svn -> git
Initial Tags
svn, git
Initial Language
Bash