Book a Demo

Author Topic: Setting up SVN  (Read 6522 times)

poljr

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Setting up SVN
« on: June 15, 2016, 08:00:42 pm »
Hello. Studying the article "Version Control Best Practices for Enterprise Architecte", in particular, "scenario 1: Centralized team" faced with the following problem.  Set up the  version control configuration (SVN) on the client machine, and everything work  fine, but when you try to apply the same configuration, but on the other client machine,there is the same mistake. I use PostgreSQL to host model … also tortoisesvn … and visualsvn server ...
« Last Edit: June 15, 2016, 09:34:25 pm by poljr »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Setting up SVN
« Reply #1 on: June 15, 2016, 08:40:00 pm »
Have you tried to do a checkin and checkout from the windows explorer (without using EA)?
That is the first thing to verify, once that works it should work if called from EA too.

Geert

poljr

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Setting up SVN
« Reply #2 on: June 15, 2016, 10:42:38 pm »
Have you tried to do a checkin and checkout from the windows explorer (without using EA)?
That is the first thing to verify, once that works it should work if called from EA too.
Yeepp,it is working,first of all, when setting up  already existing  control version configuration on other client machine, I do checkout to verify working copy folder ,then  I receive xml file from  the version control repository  and then setting up VC in EA?Right?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Setting up SVN
« Reply #3 on: June 15, 2016, 10:48:31 pm »
Then I'm all out of suggestions (except then to try what the message is telling you)

Geert

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: Setting up SVN
« Reply #4 on: June 16, 2016, 06:57:02 am »
when accessing svn outside EA, for example creating a working file area using Tortoise, are you requested for authentication?

If yes, then enter the credentials and ensure they are remembered

As far as I know EA works with cached authentication.

Last time I received an error message similar to this, authentication was the problem

EA has sent a command to SVN
SVN replies with an authentication request
EA does not prompt you for the authentication and simply times out

Try setting up another folder as the working file area using Tortoise
Right click the folder
Select TortoiseSVN
Select Import


Hope this helps.

Models are great!
Correct models are even greater!

poljr

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Setting up SVN
« Reply #5 on: June 22, 2016, 08:58:20 pm »
Last time I received an error message similar to this, authentication was the problem
Hope this helps.
Ty,it was exactly the authentication problem.