On 12 Jul, 16:25, Konstantin Khomoutov <[email protected]> wrote: > On Jul 12, 12:10 pm, frankie <[email protected]> wrote: > > > Hi. I have some svn projects I want to join in a git big project.
> Assuming you want to do the latter, I think git-subtree [1] can be of > help: as I understand, it allows you to "inject" a subtree to a bigger > project. Hi. I am unable to import a svn tree inside git using subtree. I don't know how to tell subtree where to download it and the documentation is too simple. I'm trying this and some many guesses more : git subtree add --prefix=project http://server/repos/project fatal: Invalid object name 'http'. I'm not sure, I also tried to create an empty subtree and then use git svn somehow but I just can't: git subtree add --prefix=etc fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. I guess I need to tell git subtree this is a svn subtree but I just don't know how. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
