git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Symonds" <dsymonds@gmail.com>
To: "Kenneth P. Turvey" <kt-usenet@squeakydolphin.com>
Cc: git@vger.kernel.org
Subject: Re: git-svn and logging.. new to git
Date: Wed, 5 Mar 2008 23:01:34 +1100	[thread overview]
Message-ID: <ee77f5c20803050401o7f33522dj6dd0f0f1c0a78f96@mail.gmail.com> (raw)
In-Reply-To: <fqloop$ll$1@ger.gmane.org>

On Wed, Mar 5, 2008 at 8:22 PM, Kenneth P. Turvey
<kt-usenet@squeakydolphin.com> 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.

  reply	other threads:[~2008-03-05 12:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-05  9:22 git-svn and logging.. new to git Kenneth P. Turvey
2008-03-05 12:01 ` David Symonds [this message]
2008-03-05 16:03   ` Kenneth P. Turvey
2008-03-05 20:37     ` David Symonds
2008-03-05 21:02       ` Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee77f5c20803050401o7f33522dj6dd0f0f1c0a78f96@mail.gmail.com \
    --to=dsymonds@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kt-usenet@squeakydolphin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).