On Wed, Mar 5, 2008 at 8:22 PM, Kenneth P. Turvey <kt-usenet@xxxxxxxxxxxxxxxxxx> wrote: > I'm in the process of moving to git from subversion and I've run into > something I just don't understand. I've moved one project from subversion > using git-svnimport and that went successfully. Unfortunately the latest > git doesn't include svnimport so I'm trying to do the same thing with > git-svn. It seems to have worked without any problem, but when I do "git > log" I don't see all the entries I see when I do "svn log" on the same > project in subversion. So, now I have to ask myself, "have I lost changes > in the import?" > > The command I used to import the source code is: > > git-svn clone file:///home/kt/oldsvn/Personal/Projects/Journal \ > --trunk=trunk --branches=branches --tags=tags git-svn creates a whole bunch of remote branches -- does "git branch -a" show them up? Also, you can probably leave out the --trunk, etc., and just use --stdlayout. Dave. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html