Book a Demo

Author Topic: Subversion Authorization from EA - Issue  (Read 3216 times)

ramesh_aki

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Subversion Authorization from EA - Issue
« on: May 20, 2010, 04:38:27 am »
I am using EA (version 8) and now trying to version control a package with Subversion. I am using the CollabNet SVN client. I was able to import the sub tree from the repository and was also able to checkout from the command prompt using svn. Then, I have configured the EA for Subversion and added a package from EA. When I try to check out the package from EA, I am getting the below error:

"svn: Server sent unexpected return value (401 Authorization Required) in response to LOCK request for 'my xml file'

Any idea on this? Any help is appreciated.

davidhunt

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Subversion Authorization from EA - Issue
« Reply #1 on: May 25, 2010, 08:26:59 am »
Anonymous write access to the repository (i.e. "anon-access = write" in svnserve.conf) might cause this behavior.  See http://svn.haxx.se/users/archive-2009-01/0612.shtml.

-dh