0
votes

I have to connect with an SVN Repository from Eclipse, using Subclipse plugin but I can't.

I can access through browser and TortoiseSVN but every time I try with Eclipse I get "timedout" error.

Through TortoiseSVN it takes a while but I can make it, so I'm thinking it may be a problem of timeout configuration with Subclipse. It stays "connecting" like 5 or 10 minutes, then throws the error. I tryed changing the servers file from AppData\Roaming\Subversion, uncommenting the line:

http-timeout=120

But still can't connect.

NOTE: I can't post the URL of the repository because it's from work.

1

1 Answers

3
votes

Maybe you need to configure a proxy server or something? It sounds like your repository URL is http or https? The Subclipse code uses the same libraries as TortoiseSVN so should work the same and respond to the same settings, though TortoiseSVN is able to configure some settings in its UI that you have to configure in the Subversion servers and config file when using Subclipse.