Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用tortoisesvn,我提交的文件变成了一个带有HTTPs协议的URL,我如何将它更改为HTTP?
您可以使用
svn relocate
切换协议。
请注意,如果存储库不同(根据 UID),svn 将发出警告,如果存储库确实不同,您可能会搞砸所有事情。