From: Eric Wong <normalperson@yhbt.net>
To: "D. Stuart Freeman" <stuart.freeman@et.gatech.edu>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: git-svn not working when parent of cloned dir requires auth
Date: Mon, 8 Dec 2008 15:20:06 -0800 [thread overview]
Message-ID: <20081208232006.GA21675@hand.yhbt.net> (raw)
In-Reply-To: <7v4p1e73tt.fsf@gitster.siamese.dyndns.org>
Junio C Hamano <gitster@pobox.com> wrote:
> "D. Stuart Freeman" <stuart.freeman@et.gatech.edu> writes:
>
> > I'm trying to
> > 'git svn clone https://mware.ucdavis.edu/svn/ucd-sakai/gradebook-gwt -s'
> > that repo is setup to allow anonymous reading of that directory tree, but
> > git-svn prompts me for a password. I think git-svn is traversing up the
> > directory tree and encountering a directory that needs authn, can I prevent
> > it from doing that?
>
> That sounds suspiciously similar to what I observed long time ago:
>
> http://thread.gmane.org/gmane.comp.version-control.git/46361/focus=46558
>
> And $gmane/47151 in the thread, aka dc43166 (git-svn: don't minimize-url
> when doing an init that tracks multiple paths, 2007-05-19), supposed to
> have fixed it.
There are some other auth issues that I'm not sure ever got resolved.
The SVN path->branch mapping code is a mess and has needed a rework for
a while... And I've gotten sick again this weekend. Tis the season...
Stuart:
For now, running the old style one-connection per-remote config
may be the easiest way to go:
------------ in your .git/config: ---------
[svn-remote "svn"]
url = https://mware.ucdavis.edu/svn/ucd-sakai/gradebook-gwt/trunk
fetch = :refs/remotes/trunk
[svn-remote "bloatedGxtAndVanilla"]
url = https://mware.ucdavis.edu/svn/ucd-sakai/gradebook-gwt/branches/bloatedGxtAndVanilla
fetch = :refs/remotes/bloatedGxtAndVanilla
[svn-remote "pre-GXT"]
url = https://mware.ucdavis.edu/svn/ucd-sakai/gradebook-gwt/branches/pre-GXT
fetch = :refs/remotes/pre-GXT
-------------------------------------------
Then run "git-svn fetch -i $SVN_REMOTE" for each svn-remote
--
Eric Wong
prev parent reply other threads:[~2008-12-08 23:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-08 20:54 git-svn not working when parent of cloned dir requires auth D. Stuart Freeman
2008-12-08 21:30 ` Junio C Hamano
2008-12-08 22:07 ` D. Stuart Freeman
2008-12-08 23:20 ` 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=20081208232006.GA21675@hand.yhbt.net \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=stuart.freeman@et.gatech.edu \
/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