- This topic has 3 replies, 3 voices, and was last updated 12 years, 8 months ago by support-tony.
-
AuthorPosts
-
damgate87MemberHi, anyone know which port is used SVN in myeclipse?
Brian FernandesModeratorMyEclipse does not interfere with the workings of the Subversive plugins in any way.
I believe the default SVN ports would be used, which in turn would depend on the exact protocol being used by your repository. You would need to make the setting in the preference pages of the SVN plugin you are using or on the property page of the Subversion connection itself.
Hope this helps.
damgate87MemberThank you very much, so I try and comets and what I still can not connect to my repository, this is the message I get:
12/03/12 09:58:17 AM CST: Unable to update index for central|http://repo1.maven.org/maven2
12/03/12 09:57:48 AM CST: Updating index central|http://repo1.maven.org/maven2
12/03/12 09:58:17 AM CST: Unable to download Repository[d9d714e11cb097b3ffcec91cccc65d3e|http://repo1.maven.org/maven2/.index]/nexus-maven-repository-index.properties: java.net.ConnectException: Connection timed out: no further information
support-tonyKeymasterdamgate87
Those message are about the Maven repository, not about SVN. Such messages are often temporary and can usual be ignored. However, they might indicate that you need to set up your proxy settings at Window->Preferences->General->Network Connections.
It is not clear what your problems with SVN are. Note that MyEclipse doesn’t provide the SVN plugin but we can sometimes help with specific problems. However, you may get better support at the appropriate forum for your SVN plug-in (Subclipse or Subversive).
If you can provide more information, we may be able to provide some support but please be specific about which plug-in you are using, which release of MyEclipse you have installed and exactly what the problem is. Screenshots would be useful. Also, if you clear the error log, try your actions again and then attach the resulting error log (the .log file in the .metadata folder of your workspace), that may help us track down the problem.
Just to repeat, you may get better SVN support from a forum that is specific to your SVN plugin. Here is a Subclipse forum. Here is a Subversive forum.
-
AuthorPosts