* importing svn directori inside git project
@ 2010-07-09 9:34 Francesc Guasch
0 siblings, 0 replies; only message in thread
From: Francesc Guasch @ 2010-07-09 9:34 UTC (permalink / raw)
To: git
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 like this:
$ mkdir project
$ cd project
$ git init
Then I want to import the svn project. If I do this I get the files:
$ mkdir subproject1
$ cd subproject1
$ git-svn init http://iteleco/repos/vnproject --no-metadata
$ git config svn.authorsfile ~/users.txt
$ git-svn fetch
Now I have all the files inside subproject1 but the main git project
does not know anything about them. It looks like I should add all of
them but I will lose all the svn history.
Is it possible to do what I want ?
thank you very much.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-09 11:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 9:34 importing svn directori inside git project Francesc Guasch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).