git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* submodule add does not consider git svn
@ 2011-07-23  3:33 rupert THURNER
  2011-07-23 18:19 ` Jens Lehmann
  0 siblings, 1 reply; 4+ messages in thread
From: rupert THURNER @ 2011-07-23  3:33 UTC (permalink / raw)
  To: git

it seems that "git submodule add" looses information from "git svn
clone". what am i missing here which would allow to "git svn rebase"
the repository, even if it is newly added as submodule?

the following example takes a little, as the repository has 15'000
revisions, even 99% do not concern the checked out part.

rupert @ login : ~/tmp/subm-bug
 mkdir -p  ~/tmp/subm-bug
 cd ~/tmp/subm-bug
 git svn clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/GeoIP/trunk
GeoIP
 git init test
 cd test
 git submodule add ~/tmp/subm-bug/GeoIP
 cd GeoIP
 git svn rebase

Migrating from a git-svn v1 layout...
Data from a previous version of git-svn exists, but
        .git/svn
        (required for this version (1.7.5.4) of git-svn) does not exist.
Done migrating from a git-svn v1 layout
Unable to determine upstream SVN information from working tree history

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-24 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  3:33 submodule add does not consider git svn rupert THURNER
2011-07-23 18:19 ` Jens Lehmann
2011-07-24  8:00   ` rupert THURNER
2011-07-24 19:44     ` Jens Lehmann

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).