From: Eric Wong <normalperson@yhbt.net>
To: "Randal L. Schwartz" <merlyn@stonehenge.com>
Cc: git@vger.kernel.org
Subject: Re: git-svn - username/password
Date: Mon, 15 Jan 2007 16:41:37 -0800 [thread overview]
Message-ID: <20070116004137.GA10706@localdomain> (raw)
In-Reply-To: <8664b73maf.fsf@blue.stonehenge.com>
"Randal L. Schwartz" <merlyn@stonehenge.com> wrote:
>
> It's not clear from the docs where I'm supposed to put a subversion
> username/password in git-svn. In fact, git-svn makes absolutely no mention of
> password. And I see there's some --username=%s kind of stuff in the arg
> parsing, but I'm not able to seem to make it work. (At one point, git-svn
> init actually created a subdir named "http:"... oops!)
>
> Eric? Or anyone?
git-svn fetch --username <username> should work with recent-ish git-svn
(since around Thanksgiving); and eventually prompt you for the password
(just like svn does).
If you're using older versions, just run
`svn log -rHEAD --username <username> <repository>'
and have it cache your password.
--
Eric Wong
next prev parent reply other threads:[~2007-01-16 0:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-15 23:25 git-svn - username/password Randal L. Schwartz
2007-01-16 0:41 ` Eric Wong [this message]
2007-01-16 0:48 ` Randal L. Schwartz
2007-01-16 4:20 ` Eric Wong
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=20070116004137.GA10706@localdomain \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=merlyn@stonehenge.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.