John
John

Reputation: 3070

How to commit/update project from domain name in svn

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

Answers (1)

Y.N
Y.N

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

Related Questions