satis を使用して会社用の composer パッケージ リポジトリを作成しようとしています。私の svn リポジトリは http (apache svn) 経由でアクセスされます。
これをsatisのconfig.jsonに追加しようとしています
{
"name": "packages",
"homepage": "http://packages.example.org",
"repositories": [
{ "type": "svn",
"url": "myrepourl"
}
],
"require-all": true
}
問題は、リポジトリで認証できないことです:
Repository could not be processed, svn: OPTIONS of authorization failed. basic authentication rejected.
ユーザー名/パスワードを satis に渡すにはどうすればよいですか?
ありがとうございました