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.
我想创建一个 servlet 来拦截 svn 请求并将它们重定向到真正的 svn 服务器,这样 svn 客户端就不会知道真正的服务器。
你能给一些提示吗?
也许您可以选择更简单的路径,例如为 SVN 使用 webdav / http 协议,并配置将执行重定向的 Apache 虚拟主机(如标准反向代理)?