Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在VisualSVN服务器中设置重写引擎_Svn_Visualsvn_Visualsvn Server_Apache Modules - Fatal编程技术网

如何在VisualSVN服务器中设置重写引擎

如何在VisualSVN服务器中设置重写引擎,svn,visualsvn,visualsvn-server,apache-modules,Svn,Visualsvn,Visualsvn Server,Apache Modules,我们需要将所有写操作重定向到另一个存储库 例如: Repository we are using : https://<Server_ip1>/svn/Projects/ Redirect Repository : https://<Server_ip2>/svn/Projects/ 所有操作都写在https://Server_ip1/svn/Projects/ 存储库需要重定向到https://Server_ip/svn/Projects/ 存储库 关

我们需要将所有写操作重定向到另一个存储库

例如:

 Repository we are using : https://<Server_ip1>/svn/Projects/

 Redirect Repository      : https://<Server_ip2>/svn/Projects/
所有操作都写在https://Server_ip1/svn/Projects/ 存储库需要重定向到https://Server_ip/svn/Projects/ 存储库

关于如何做到这一点有什么想法吗