On Feb 2, 2008 4:50 AM, Christian Stimming <[EMAIL PROTECTED]> wrote: > > Am Freitag, 1. Februar 2008 14:41 schrieb Johannes Schindelin: > > > One other issue that came up is a password question. I tested this > > > git-svn against a real-world svn repository which has a http://foo.bar > > > URL and requires authentification (i.e. the repo is hosted by apache > > > using a htpasswd file). This doesn't work and git-svn aborts with the > > > message "Term/ReadKey.pm not found". > > > > I just pushed an update to work/git-svn, which adds another commit > > containing the necessary perl modules (hopefully). Since you already have > > a test setup, could you please test and come back to me? > > I'll test this particular combination (http + password) next week as I don't > have such a repo available in the Internet. However, https + password doesn't > work because of yet another error: > > RA layer failed to init socket layer: SSL is not supported at /bin/git-svn > line 1466 > > That was with a stock work/git-svn-preview branch. Any ideas here...?
I'm guessing we'll need two parts here. Is Net::SSLeay the right perl package? I would guess before we can get that we'll need an ssl lib (openssl?). I can start working on this some time soon (this weekend into next week) if that sounds like the right path. > > OTOH anonymous http works already rather well, even for larger repositories. > > Christian >
