Differences

This shows you the differences between two versions of the page.

Link to this comparison view

netbeans11svn [28/03/2020 15:24]
Anthony Arents
netbeans11svn [19/02/2021 13:33] (current)
Anthony Arents
Line 27: Line 27:
 ''brew install subversion'' ''brew install subversion''
  
-==== change openssl implementation ==== +==== change openssl implementation (only use if the version supplied by brew throws problems later on) ==== 
-go go unsecure macbook+go go unsecure macbook\\
 ''brew switch openssl 1.0.2s'' ''brew switch openssl 1.0.2s''
  
Line 55: Line 55:
   * Tunnel command : ssh -q   * Tunnel command : ssh -q
  
-If you get svnserve errors about locale (damn you apple) :+==== Locale errors ==== 
 + 
 +If you get svnserve errors about locale (damn you apple, also need to do this step after every update) :
  
 ''sudo vi /etc/ssh/ssh_config''\\  ''sudo vi /etc/ssh/ssh_config''\\ 
 comment out the last line (SendEnv LANG LC_*) comment out the last line (SendEnv LANG LC_*)
 +
 +*pro tip: copy the file to ~/.ssh/ssh_config