On Tue, Jun 10, 2014 at 11:21 PM, Pape, Barry <barry.p...@nov.com> wrote: > Hello, > > > > We have a service account in our domain that we use for our builds. I am > trying to connect to our Subversion server via the command line: > > svn co --username BuildUser --password private --no-auth-cache > https://svnserver/Repo1/trunk/ > > > > This works fine from my local machine, but from the build server I receive: > > svn: E170001: OPTIONS of : authorization failed: Could not authenticate to > server: rejected Basic challenge > > > > > > Any ideas on why this would work on one machine, but not another? >
The first obvious thing to check is: is it the same version of svn client software? 'svn --version' should tell you. The second thing: what about the network route? Any proxies, firewalls, ... differences between both network paths? -- Johan