Is it possible to use public IP to access an svn server using the Tortoise repository browser? I installed TortoiseSVN in our server, my project resides in our server, and I want to access this from home – is this possible? I successfully access by using the local ip of computer where my visual svn hosted in this case in our server machine. but I want to access this without connected in our network. I want to access this at home, to get files and update to my repository.
Something like this
svn://svn.publicip:port/svn/myprojectfolder
Is this possible? This is the first time I have used Subversion / Tortoise.
Thank you in advance.