Import of bewelcome's trunk from svn currently requires authentication

Asked by Guilherme Salgado

Currently, bewelcome's svn (https://www.bewelcome.org/svn/hcvol/trunk) requires authentication (username: public, password: ''), so we can't setup a code import for it without first storing these credentials in all import slaves.

They plan to drop the basic auth soon, but it's not their priority now, so it'd be nice if we could store the credentials so that we can start importing.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
David Allouche
Solved:
Last query:
Last reply:
Revision history for this message
Best David Allouche (ddaa) said :
#1

I done what's needed to deal with basic auth for this server.

Now, the import is blocked on bug 156744, because the root of the repository is inacessible:

$ svn info https://www.bewelcome.org/svn/hcvol/trunk | grep Root
Repository Root: https://www.bewelcome.org/svn/hcvol
$ svn info https://www.bewelcome.org/svn/hcvol
svn: PROPFIND request failed on '/svn/hcvol'
svn: PROPFIND of '/svn/hcvol': 403 Forbidden (https://www.bewelcome.org)

Revision history for this message
Guilherme Salgado (salgado) said :
#2

Thanks David Allouche, that solved my question.