I\'m trying to add a remote linux SVN repository to my project but when I enter the server address I get the message Host is unreachable.
I\'m entering it like
To modify the host file you open the terminal and put this command:
sudo nano /private/etc/hosts
Now you have opened with "nano editor" the file hosts, add IP, save and close. After you put this code in the terminal to reflush dns:
dscacheutil -flushcache
scacheutil -flushcache
END!