Git development
 help / color / mirror / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: Lachlan Deck <lachlan.deck@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git svn init --username ignored
Date: Sun, 29 Mar 2009 20:54:53 -0700	[thread overview]
Message-ID: <20090330035453.GA4403@dcvr.yhbt.net> (raw)
In-Reply-To: <FB93BF8D-836A-4A40-8B82-E32561007A52@gmail.com>

Lachlan Deck <lachlan.deck@gmail.com> wrote:
> On 30/03/2009, at 9:41 AM, Eric Wong wrote:
>
>> Lachlan Deck <lachlan.deck@gmail.com> wrote:
>>> Hi there,
>>>
>>> Is it a bug that the when specifying --username=foo for either git- 
>>> svn
>>> init or git-svn clone  that this isn't stored in .git/config?
>>>
>>> It means that for http[s] urls you need to specify it each time for
>>> git-svn fetch, for example.
>>>
>>> Is there any way to specify it manually in the config file - or would
>>> that have some bad consequences?
>>
>> Subversion already stores credential information in ~/.subversion/  
>> which
>> git svn should respect and use if available and allowed to.  Did you
>> disable set "store-auth-creds = no" in your ~/.subversion/config ?
>
> No, it's still commented out.
>
> I simply started by doing:
> git svn clone https://somedomain/repo repo --username=lachlan -s
> cd repo
> git svn fetch // failed without --username
>
> In case the initial passing of --username is tripping it up, I'm trying 
> again without specifying it.

Does "svn ls https://somedomain/repo" prompt you for a username?  Does
repeating that command (after successfully running it once) still prompt
you? (it shouldn't prompt you again if you have auth caching on).

If "svn ls" is prompting you every time, then SVN auth caching is
somehow disabled/broken on you system.  You can try poking around inside
your ~/.subversion/ directory and see if there's permissions problems
or such...

-- 
Eric Wong

      reply	other threads:[~2009-03-30  3:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-29 21:56 git svn init --username ignored Lachlan Deck
2009-03-29 22:41 ` Eric Wong
2009-03-29 23:50   ` Lachlan Deck
2009-03-30  3:54     ` Eric Wong [this message]

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=20090330035453.GA4403@dcvr.yhbt.net \
    --to=normalperson@yhbt.net \
    --cc=git@vger.kernel.org \
    --cc=lachlan.deck@gmail.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