Difference between revisions of "Talk:SVN Migration"

From Lazarus wiki
Jump to navigationJump to search
(Added hint on finding ssh key.)
(added web interface question.)
Line 1: Line 1:
 
* How can I enable compression when using readonly access: http://svn.freepascal.org/svn/ ? When using ssh, you can enable the compression in the ssh connection (using putty).
 
* How can I enable compression when using readonly access: http://svn.freepascal.org/svn/ ? When using ssh, you can enable the compression in the ssh connection (using putty).
 
* How does svn locate my key, when want to access svn+ssh://vincents@svn.freepascal.org/ using the command line client on linux?
 
* 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 name is located at ~/.ssh/svn.freepascal.org, so I added the following lines to ~/.ssh/config:
+
:: 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
 
  Host svn.freepascal.org
 
  IdentityFile ~/.ssh/svn.freepascal.org
 
  IdentityFile ~/.ssh/svn.freepascal.org
 +
 +
* will there be a web interface to svn like http://www.freepascal.org/cgi-bin/viewcvs.cgi/fpc/logs/?sortby=date ?

Revision as of 15:13, 18 May 2005

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