Book a Demo

Author Topic: Issue with svn and https network repository access  (Read 2288 times)

dmf

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Issue with svn and https network repository access
« on: October 26, 2006, 12:16:09 am »
I know this is not strictly an EA issue, but when trying to use subversion from within EA (or via command line svn) on a windows platform accessing a network repository via https, svn always crashes when trying to lock a file.  It works fine with a 'local' repository. Any ideas?  We use TortoiseSVN also, which works fine.  Any workarounds if this is a known issue?

Oli.G

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Issue with svn and https network repository ac
« Reply #1 on: November 06, 2006, 08:04:02 am »
I had a very similar problem. 'svn lock' said, it could not connect to the server. But TurtoiseSVN could lock the file.

For me, the company's proxy server was the problem. It did not allow all the necessary http- methods svn needs (http://subversion.tigris.org/faq.html#http-methods). The workaround was to use the https protocol. Now it works!

Maybe, this helps ....
« Last Edit: November 06, 2006, 08:06:49 am by Oli.G »