"Randal L. Schwartz" <merlyn@xxxxxxxxxxxxxx> 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 - 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