Book a Demo

Author Topic: EA, Subversion and TortoiseSVN  (Read 3630 times)

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
EA, Subversion and TortoiseSVN
« on: July 26, 2008, 12:57:48 am »
I am attempted to configure version control using EA, Subversion and TortoiseSVN.

I have configured the conf file in the httpd folder of subversion as

<Location /svn>
   DAV svn
   SVNParentPath C:\svn_repository
   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile passwd
</Location>


I have setup passwords for users in the SVN repository passwd file and have set [general] section of the svnserve conf file as

[general]
anon-access = write
auth-access = write
password-db = passwd
# authz-db = authz
realm = On-Line Store

The idea begin that I want packages to be checked out via authentication

When configuring the package for version control, there were no problems, but when I attempt to check the package out, EA just hangs (the dreaded hourglass) whilst attempting to retreive the xml file.

It is as if EA is waiting for authentication (just as if I check out the file using TortoiseSVN) but no dialog requesting authentication is visible.

Any ideas?

Cheers
Models are great!
Correct models are even greater!

Frank Horn

  • EA User
  • **
  • Posts: 535
  • Karma: +1/-0
    • View Profile
Re: EA, Subversion and TortoiseSVN
« Reply #1 on: July 26, 2008, 02:41:06 am »
Have you configured EA to use TortoiseSVN? This won't work. EA needs the svn.exe command line application.

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: EA, Subversion and TortoiseSVN
« Reply #2 on: July 29, 2008, 07:59:39 pm »
Yes, I used the Subversion radio button and navigated to th svn.exe

The password authentication works just fine using TortoiseSVN, but EA just hangs when trying to access the project under which I have set up the version control
Models are great!
Correct models are even greater!