I have enabled proxypass setting for subversion apache server.
Its working fine for below setting. Also able to checkout the repository.
ProxyPass /svn/testing_migration https://example.com/svn/testing_migration/
ProxyPassReverse /svn/testing_migration https:/example.com/svn/testing_migration/
When i pass for the different server which contain different path, I am getting error while checkout the repo. below are the setting
ProxyPass /svn/testing_migration https://example.com/svn/testing_migration/svn/repos/testing_migration/
ProxyPassReverse /svn/testing_migration https:/example.com/svn/repos/testing_migration/
The above setting working fine when i access repository through browser but getting error while checkout the repo.
Error:URL isn't the same