[git-users] importing svn directori inside git project

2010-07-12 Thread frankie
Hi. I have some svn projects I want to join in a git big project. I've been trying with guidelines from the git faq and from http://www.jonmaddox.com/2008/03/05/cleanly-migrate-your-subversion-repository-to-a-git-repository/ but I'm not able to do it. So I have a new git project I make it

[git-users] Re: importing svn directori inside git project

2010-07-15 Thread frankie
On 12 Jul, 16:25, Konstantin Khomoutov khomou...@gmail.com wrote: On Jul 12, 12:10 pm, frankie frankie.gua...@gmail.com 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

[git-users] Re: importing svn directori inside git project

2010-07-20 Thread frankie
following the session but I still get stuck in git subtree: /tmp/apenwarr-git-subtree-d553db6/git-subtree add --prefix=bar /home/ frankie/src/git/project/ Error: Use --prefix instead of bare filenames. Then I tried adding master just like you did in the example: git-subtree add --prefix=bar /home