On 30/03/2009, at 9:41 AM, Eric Wong wrote:
Lachlan Deck <lachlan.deck@xxxxxxxxx> 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.
with regards,
--
Lachlan Deck
--
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