Author Topic: Subversion Error  (Read 3946 times)

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Subversion Error
« on: March 05, 2013, 07:39:12 am »
Hi

I am getting the following error when trying to apply version control to the packages in EA.

"svn: Warning w160042:lock request failed:405 Method not allowed"

What could be the reason for this?

Thanks
KN

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Subversion Error
« Reply #1 on: March 05, 2013, 08:25:35 am »
I don't know. But your answer will be found on subversion sources. The error is directly from subversion.

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Re: Subversion Error
« Reply #2 on: March 05, 2013, 08:27:27 am »
Thanks Simon...

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Subversion Error
« Reply #3 on: March 05, 2013, 09:49:42 am »
Try to lock from your native svn client (svn lock <file>) and see what it returns. It's probably (?) some authorization issue in subversion.

q.

K N

  • EA User
  • **
  • Posts: 98
  • Karma: +0/-0
    • View Profile
Re: Subversion Error
« Reply #4 on: March 06, 2013, 02:17:42 am »
thanks qwerty!!
will check that too..