Adding a SVN repository in Eclipse

后端 未结 17 1497
余生分开走
余生分开走 2020-12-28 15:07

I\'m trying to add an SVN repository to Eclipse.

I\'ve installed Subclipse, and it seems to be working fine. But, when I try to \"add a new SVN repository\", I inpu

相关标签:
17条回答
  • 2020-12-28 16:00

    In my case, im getting the similar exception when trying to checkout the project from SVN repo it is prompting for the username and password and i was giving the wrong username every time, when i gave the correct username and password its started working fine..... Such a simple and Hardstopping message.....

    0 讨论(0)
  • 2020-12-28 16:01

    I was facing this problem and, as mentioned previously here, I changed the "servers" file under Subversion folder in "C:\Users\userid\AppData\Roaming\Subversion". There, in the file's bottom, there is a [global] section. I removed the comments from

    http-proxy-host
    http-proxy-port
    http-proxy-username
    http-proxy-password

    I set those guys and it worked! :-)

    0 讨论(0)
  • 2020-12-28 16:06

    I has the same problem. McAFee had blocked the eclipse. solve it in the manager McAFee> Firewall> progamas internet connection to> find the eclipse and allow full access.

    regards

    0 讨论(0)
  • 2020-12-28 16:07

    It worked for me, In eclipse: Window > Preference > Team > SVN: select SVNKit (Pure Java) instead JavaHL(JNI)

    0 讨论(0)
  • 2020-12-28 16:08

    Do you have any working repositories in this instance of eclipse?

    I've had problems in the past with the default Subclipse subversion client on Windows, you need to make sure the native subversion client is installed and correctly configured (I've got TortoiseSVN to work in the past) if you want to use the default client adapter.

    On a recent install I tried the "beta" drivers (I have Eclipse Ganymede and "SVNKit (Pure Java) SVNKit v1.2.0.4502") that you can optionally install with Subclipse and they worked pretty much straight out of the box, although a colleague found he had to go through a few hoops to make sure Eclipse installed them (and their dependancies) correctly.

    Here are the packages that appear in "Help" -> "Software Updates" -> "Installed Software":

    Subclipse                  1.4.0
    Subversion Client Adapter  1.5.0.1
    SVNKit Client Adapter      1.5.0.1
    SVNKit Library             1.2.0.4502
    

    These are probably a little out of date now, and the latest version will probably work better, but this is what I can see working right now.

    0 讨论(0)
提交回复
热议问题