6 Commits (b132e4eae067e74c9149f747086a1b0dc45e5e4d)

Author SHA1 Message Date
Bastian Hofmann b132e4eae0 Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag
Example config:

{
    "http-basic": {
        "svn.example.com": {
            "username": "user",
            "password": "password",
            "cacheCredentials": false
        }
    }
}
10 years ago
Jordi Boggiano 08e34858d6 Fix code to use hostname only, refs #3026 10 years ago
Benjamin Grandfond a21b0f82db Allow SVN to connect with credentials provided with the auth.json file 10 years ago
Jordi Boggiano b4c2347b24 Test fixes 12 years ago
Grégoire Pineau f4e9dd4fb8 Fixed PSR rules 12 years ago
till 8eb9584173 * move tests from Composer\Test\Vcs\SvnDriverTest to this class 12 years ago