On Wednesday, June 3, 2015 at 9:31:40 AM UTC+2, [email protected] wrote: > > Hi! > > how can SVN Externals be mapped to GIT? > > We're heavily using externals. We reference folders and files with > externals at a certain revision. >
If your goal is to pick single files from shared projects, perhaps using something like https://git-annex.branchable.com/ could be an option. I was hoping that git-annex supports SVN as a backend, but unfortunately it does not (yet - you can write your own extensions though). If you're willing to place these assets that you have through svn-externals on some other kind of server, you could use annex out of the box to sync single files into your repository. Just a half thought-through idea :) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
