In my office, I have a working repository where I can work on my laptop to modify files and transfer them to this repository. I use a local URL for this, which points directly to the PC containing the repository. In addition, we published this repository for external users, so they can make changes to the repository without being on our local network. Everything works fine there. However, my laptop, which usually uses a local connection, should now be moved to one of these external locations. I would like to be able to change the URL in my solution in Visual Studio without the need to "create a project from SVN"
source share