svn checkout to viewvc 链接返回重定向 url 错误 [英] svn checkout to viewvc link give back redirecting url error

查看:31
本文介绍了svn checkout to viewvc 链接返回重定向 url 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试 svn 结帐以下内容:

I'm trying to svn checkout the following:

http://website.com/viewvc/tool
but I get the error:
SVN: E195019 Redirect cycle detected for URL...

我不太确定我是否应该使用 viewvc 链接来 svn checkout,但我在 viewvc 页面上找不到任何其他东西可以结账.我做错了什么?

I'm not quite sure if I should be using the viewvc link to svn checkout, but I couldn't find anything else to checkout with on the viewvc page. What am I doing wrong?

推荐答案

多亏了 Michael 的帮助,我才能得到答案.基本上,viewvc URL 与 SVN url 不同,不能以相同的方式解释.使用 viewvc 链接调用 svn checkout 将不起作用.您所要做的就是更改链接:

Thanks to Michael's help I was able to get my answer. Basically viewvc URLs are not the same as SVN urls and cannot be interpreted in the same way. calling svn checkout with a viewvc link would not work. All you have to do is change the link:

website.com/viewvc/tool
to
website.com/svn/tool

和 svn 应该像往常一样工作

and svn should work as usual

这篇关于svn checkout to viewvc 链接返回重定向 url 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆