Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: K N on March 05, 2013, 07:39:12 am

Title: Subversion Error
Post by: K N 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
Title: Re: Subversion Error
Post by: Eve 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.
Title: Re: Subversion Error
Post by: K N on March 05, 2013, 08:27:27 am
Thanks Simon...
Title: Re: Subversion Error
Post by: qwerty 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.
Title: Re: Subversion Error
Post by: K N on March 06, 2013, 02:17:42 am
thanks qwerty!!
will check that too..