andrep / git-svn-clone-externals

Simple shell script to import svn:externals into a local git-svn repository
280 stars 87 forks source link

recursive svn:externals (not really an issue) #13

Closed GuillaumeBibaut closed 12 years ago

GuillaumeBibaut commented 12 years ago

Hello,

Some of the projects I'm working on have more than one level of svn:externals.

projectA/ +projectB(svn:externals in projectA)/ .+projectC(svn:externals in projectB)/

It seems that git-svn-clone-externals does not make recursion, it could be a nice feature to add.

I'll try to give a shot at it, but i'm busy enough not to be able to add such a feature.

GuillaumeBibaut commented 12 years ago

I'm closing the "issue". I've forked your repo and modified with the features I needed.