...
- When installing Subversive plugins, instead of SVNKit, install the "Native JavaHL 1.4.5 implementation" and "JavaHL 1.4.5 Win32 Binaries" features. If you have already installed SVNKit, you can install those features and then change the connector to JavaHL by opening Window->Preferences, opening the Team tree item, clicking on SVN, clicking on the SVN Connector tab, and changing the connector.
- Install Kerberos for Windows and SecureCRT distributions from http://web.mit.edu/software
- You must create a way for MyEclipse to start ssh.
Wiki Markup File based method: You must create a Subversion configuration file in C:\Documents and Settings\[user\]\Application Data\Subversion\config if one does not already exist. Here is one way of doing this:
- Starting from My Computer, navigate to C:\Documents and Settings and navigate into the directory corresponding to your username.
- Select Tools > Folder Options, select the View tab, and click "Show hidden files and folders".
- Navigate into Application Data.
- If it does not already exist, create a new folder named Subversion. Navigate into it.
- If a file named config exists, edit it using Notepad. If it does not exist, create a new text document named config and edit it. If there is existing file contents, search for the "ssh =" line and edit it per below; otherwise write the following (note the forward slashes):
Wiki Markup \[tunnels\] ssh = C:/Program Files/SecureCRT/vsh.exe \-x \-l \[your Kerberos ID\] \-auth gssapi
- If you created the file above, you must rename it from config.txt to config. Select Tools > Folder Options, select the View tab, and unselect "Hide extensions for known file types". Then rename the file from config.txt to config.
- Environment variable method:
- Open the control panel
- Select "System"
- Select "Advanced"
- Click on "Environment Variables"
- Click on "New" for your environment variables, not the system.
- Enter "SVN_SSH" as the variable name.
For the variable value enter the following (note the escaped path delimiters): C: \\ Program Files\\SecureCRT \\ the forward slashes):Wiki Markup Wiki Markup C:/Program Files/SecureCRT/vsh.exe \-x \-l \[your Kerberos ID\] \-auth gssapi
- Click OK as necessary and close the control panel.
- Make sure you have credentials (via the network identity manager) before using Subversion inside MyEclipse.