I stole this shamelessly from Olu Brown's documentation in the SAIS wiki. We need to clean this up and probably include Mac instructions and MyEclipse specifices for the MAP Handbook.
1. Install MIT SecureCRT 5.1 (https://wserv.mit.edu/fcgi-bin/softcount?product=mit/win/mit-securecrt-5.1-r2.msi). |
3. Obtain a Kerberos ticket using the MIT Leash program. |
4. Dowload and Install the Eclipse Subversive plugin (http://www.polarion.org/index.php?page=installation&project=subversive). |
5. Switch to the "SVN Repository Exploring" perspective and create a new repository location. |
|
6. Choose a project in the SVN repository and perform a checkout. |
|
1. Install a Windows subversion client on your desktop, such as TortoiseSVN (http://prdownloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.msi?download). |
2. Install MIT SecureCRT 5.1 (https://wserv.mit.edu/fcgi-bin/softcount?product=mit/win/mit-securecrt-5.1-r2.msi). |
4. Obtain a Kerberos ticket using the MIT Leash program. |
5. Open Windows explorer and right-click in the window to open the Tortoise SVN settings. |
|
6. In the settings window, click on the "Network" item in the left hand menu and then enter the SecureCRT SSH binary location into the "SSH" field. |
|
7. Open Windows explorer and right-click on the directory you want to check out a project in and select the menu option "SVN Checkout". |
|
8. Fill out the checkout information and click the OK button. |
|
svn checkout svn+ssh://svn.mit.edu/<repository name>/<project name>/trunk |
Tortoise Documentation http://tortoisesvn.net/support
Top
which svn |
/usr/bin/svn |
kinit |
export SVN_EDITOR=vi (There is an underscore between SVN and EDITOR) |
svn checkout svn+ssh://svn.mit.edu/<repository name>/<project name>/trunk |