Reputation: 3070
I installed svn server in window 10 to commit/update my project. It works well in local LAN. However, when I go home, it can not use because it use the local ip address such as
https://my_computer_name:8443/svn
Could you suggest to me a way to map the local address to domain to use the svn checkout in my home. Thank you so much
Upvotes: 0
Views: 82
Reputation: 5257
You can't map local IP to domain. You need to get the global IP from you internet provider and use it in your svn web server configuration
Global IP could be linked with domain too.
Upvotes: 1