Talk:SVN Migration

From Lazarus-ccr

Jump to: navigation, search
  • How does svn locate my key, when want to access svn+ssh://vincents@svn.freepascal.org/ using the command line client on linux?
I found out how to do it. My private key file is located at ~/.ssh/svn.freepascal.org, so I added the following lines to ~/.ssh/config:
Host svn.freepascal.org
IdentityFile ~/.ssh/svn.freepascal.org
User vincents