EA 7.5, SQL Server 2008 repository, windows server 2008 R2
TortoiseSVN 1.6.7, SVN 1.6.9 - all on the win2008 server
LinkSys router
80 (www),
81 (sql server - yes, i know odd)
8443 (svn)
443 (ssl)
1433 (sql server, but not used in my config)
(and many other ports)
are forwarded to the above server pc
I have recently (perhaps after creating the first repository) set the TortoiseSVN option to use "_" instead of "." in case I use Visual Studio with some code.
I have also recently added the router (this caused the change in IP).
1) My IP address changed, so I have to change the IP address in the "Defined Configuration" (from the "Version Control Settings" dialog box. However, I do not know how to do this or where EA stores this information. Where is it - how can I update the IP? When I try to connect to the pc that has the sql server where the repo is, I get:
"Error while initializing Version Control provider:
svn:OPTIONS of
'
https://68.199.226.71:8443/svn/EARepository/TestModel1':
could not connect to server (
https://68.199.226.71:8443)
This is the old IP of the server, so, of course it cannot connect. I could delete this "Defined Configuration" but I would rather know how to change it.
2) I am trying to create a new "Defined Configuration". EA is able to find my sql server db at
www.kerans.net (to load the project), however, it is not able to find the SVN repository either by www address or by the new IP. I have just added a wireless router to my system (LinkSys wrt160N). I have forwarded the http, https, 8443 (for svn). I don't think there are any firewall issues because other computers can reach the svn repository from TortoiseSVN (with "
https://www.kerans.net:8443/svn/EARepository/SunSuite1" - with an ID/Password - Tortoise can also reach the repository via "
https://68.199.163.129:8443/svn/EARepository/SunSuite1"). When I try to create a configuration using the IP address, EA just hangs. For example, I have followed the instructions in
http://www.sparxsystems.com/WhitePapers/Version_Control.pdf and the same hang occurs. Any suggestions?



?
Thanks,