1

Unable to create a branch in subversion using TortoiseSVN.

I get the following error message:

SVN authorization failed: could not authenticate to proxy server: ignored basic challenge, GSSAPI authentication error

Source URL:
"http://svn.lsc.co.uk/svn/projects/CWE/CWEConfig/trunk"

Traget URL:
"http://svn.lsc.co.uk/svn/projects/CWE/CWEConfig/branches/12c"

VivekRatanSinha
  • 596
  • 1
  • 4
  • 17
  • The * SVN authorization failed* tells me that you might have read, but not copy permission, or you're attempting to create the branch in the wrong location. A bit more info would be nice. For example, what does the URL of the original and what is the URL of the branch. – David W. Feb 13 '17 at 16:25

2 Answers2

1

TortoiseSVN was not passing my credentials to proxy server, hence the request was being blocked there. Supplying credentials in Network > Proxy Settings resolved the issue.

VivekRatanSinha
  • 596
  • 1
  • 4
  • 17
0

Make sure You have the read/write access for Both trunk and Branch location.

luvking
  • 61
  • 6