Git development
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: Matthias Urlichs <smurf@smurf.noris.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] SVN import: Use one log call
Date: Tue, 29 Nov 2005 23:54:24 -0800	[thread overview]
Message-ID: <7vwtiqwoy7.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: 20051130065241.GY20418@kiste.smurf.noris.de

Matthias Urlichs <smurf@smurf.noris.de> writes:

> Nicolas Pitre:
>> Same here, with the following public repo: svn://mielke.cc/main/brltty
>> 
> Same thing -- should work with a "-T main/brltty" option.

So would the full command line be like this?

	$ rm -rf try1; mkdir try1; cd try1
        $ git-svnimport -T main/brltty svn://mielke.cc/main/brltty

I realize my first attempt was incorrectly using "-t" (tags)
instead of "-T" (trunk), which was obviously incorrect, but
replacing that lowercase -t with -T did not work well.  However,
as you told me:

	$ git svnimport -T main/sources \
	    http://127.0.0.1/svn/private/main/sources/photocat

seems to be doing something.  But I do not understand why.  How
did you decide "-T main/sources" is good for my case while "-T
main/brltty" is good for Nicolas?  I would have guessed you may
say "-T main" for Nicolas, dropping the last path component.

  reply	other threads:[~2005-11-30  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-29  7:13 [PATCH] SVN import: Use one log call Matthias Urlichs
2005-11-29 20:22 ` Junio C Hamano
2005-11-30  2:46   ` Matthias Urlichs
2005-11-30  3:54   ` Nicolas Pitre
2005-11-30  6:52     ` Matthias Urlichs
2005-11-30  7:54       ` Junio C Hamano [this message]
2005-11-30  8:34         ` Matthias Urlichs

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=7vwtiqwoy7.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=smurf@smurf.noris.de \
    /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