- Open up a command prompt, and type set. You should see an entry like SVN_SSH="c:/Program Files/PuTTY/plink.exe". Make a note of it (including any quotes!). You'll need it later.
- type svn ls svn+ssh://svn.mit.edu/sais-sis-common/maven/releases/branches/playground
- If Subversion asks for your password on the command line, go back to Building and deploying moves locally and review the Kerberos and Subversion sections.
- If Subversion asks for your password in a kerberos window, then authenticate. The output should echo "pom.xml"
- If Subversion didn't ask for a password, and echoed "pom.xml", then you're good to go.
- type svn ls svn+ssh://svn.mit.edu/sais-sis-common/maven/releases/branches/playground. You should not be asked for a username or password this time, since kerberos will cache the authentication token for Subversion. If you are asked for a password a second time, go back to Building and deploying moves locally and review the Kerberos and Subversion sections.
|