Talk:SVN Migration

From Lazarus wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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