Differences
This shows you the differences between two versions of the page.
|
netbeans11svn [28/03/2020 15:22] Anthony Arents created |
netbeans11svn [19/02/2021 13:33] (current) Anthony Arents |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ==== Install a bit of stuff ==== | ==== Install a bit of stuff ==== | ||
| - | Install Putty (x64) | + | * Install Putty (x64) |
| - | Install Subversion (x64) | + | * Install Subversion (x64) |
| - | Install TortoiseSVN | + | * Install TortoiseSVN |
| ==== Configure Netbeans 11 ==== | ==== Configure Netbeans 11 ==== | ||
| Line 16: | Line 16: | ||
| ===== on Mac OS X ===== | ===== on Mac OS X ===== | ||
| + | |||
| + | Keep in mind, brew is VERY SLOW AND WILL TAKE A WHILE | ||
| ==== folders ==== | ==== folders ==== | ||
| - | make sure brew, caskroom & cellar have the same user+group (in my case anthonyarents:wheel) | + | make sure brew, caskroom & cellar have the same user+group (in my case anthonyarents:wheel)\\ |
| ''cd /usr/local/'' | ''cd /usr/local/'' | ||
| ==== install svn ==== | ==== install svn ==== | ||
| - | install svn (doesn't matter if it's already installed here) | + | install svn (doesn't matter if it's already installed here)\\ |
| ''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 53: | 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 | ||