Book a Demo

Author Topic: Subversion, getting error message when writing  (Read 4133 times)

filum

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Subversion, getting error message when writing
« on: January 27, 2012, 10:19:43 pm »
Hi everybody,

I'm running EA9.1 on Windows7 with Subversion 1.7.

When I try to check-in a package, which is under version control I always get the message

Error writing XML file

Any idea what's happening there?

regards
filum

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Subversion, getting error message when writing
« Reply #1 on: January 30, 2012, 08:21:50 pm »
Could be that the file EA is trying to write to is read-only.
That is something that would occur when a file is accidentally checked in outside of EA.
To check the latter you can try a synchronise

Geert

filum

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Subversion, getting error message when writing
« Reply #2 on: January 31, 2012, 02:35:43 am »
Hi Geert,

thx for your help, that was the problem

filum

Jerry Gray

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Subversion, getting error message when writing
« Reply #3 on: April 03, 2012, 11:51:36 pm »
I saw this error today.  I had two copies of EA in the process of testing a different bug.

It turned out that somehow the working directory of my "real" EAP file, had switched to the working directory of my "test" EA file.

Once I reset the working directory config the error cleared up.