Martin Langhoff <martin.langhoff@gmail.com> writes:Many building blocks git-am uses should be usable for this. * git-mailsplit you already know about due to earlier "non UNIX mbox" discussion. * git-mailinfo can be used to parse out commit message, title and authorship information, and actual patch. * git-apply without --index option can be used to apply patch to the working tree, but normal "patch -p1" would do the same unless it is a git renaming patch. git-apply would also be useful for its --summary option to find out mode changes (if it is a git patch) and file creation and deletion. So probably you could script something like this: $ git mailinfo .msg .patch <e-mail-file >.info $ (sed -ne 's/^Subject: //p' .info ; echo ; cat .msg) >.final-msg $ git apply --summary <.patch | while read cd mo de file do case "$cd" in create) svn add "$file" ;; delete) svn rm "$file" ;; esac done $ svn commit -F .final-msg - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| monstr | [PATCH 27/56] microblaze_v2: support for a.out |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Rafael J. Wysocki | [Bug #10493] mips BCM47XX compile error |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
