Auth failed running command from shell script
- by CSchulz
I try to run following command from shell script:
svn checkout http://url/ --username user --password password --non-interactive --no-auth-cache .
It fails always with following error:
svn: OPTIONS of 'http://url/': authorization failed: Could not authenticate to server: rejected Basic challenge (http://url)
Here the call out of my script:…