On Jan 27 2017, Martin Sebor <mse...@gmail.com> wrote: > FWIW, I could avoid this awkward setup if I had just one repo for all > my changes, shared across my various machines. Unfortunately, for it > to really work I would also need to be able to commit using Git rather > than Subversion which doesn't work. At least not according to the > instructions on the Wiki.
To transfer a commit from a git worktree to an svn checkout, you can use `git -C $git_worktree format-patch -1 --stdout | patch -p1'. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."