Tortoise SVN重定向循环[CENTOS 5.8 / WHM](Tortoise SVN Redirect Cycle [CENTOS 5.8 / WHM])

编程入门 行业动态 更新时间:2024-10-19 22:36:27
Tortoise SVN重定向循环[CENTOS 5.8 / WHM](Tortoise SVN Redirect Cycle [CENTOS 5.8 / WHM])

希望有人可以在这里摆脱一些大师的知识,因为我们一直绞尽脑汁试图找出造成这个错误的原因。

我们在CENTOS 5.8上运行WHM / CPanel

我们有一个专门设置为服务器的子域作为svn存储库。 我们已经创建了VirtualHost目录和配置文件。 配置文件如下所示:

<IfModule mod_dav_svn.c> <Location /> DAV svn SVNParentPath /home/<username>/public_html/svn SVNListParentPath On AuthType Basic AuthName "SVN Repo" AuthUserFile /home/<username>/.svn.htpasswd Require valid-user </Location> </IfModule>

我们正在使用SVNParentPath,因为我们将拥有多个存储库。

我们的repo是使用svnadmin create创建的

当我们在浏览器中导航它们时,它们显示正常。 我们可以看到顶级文件夹。 当我们点击它们时,我们看到的是修订号。 我很确定这是正常的。

在Tortoise中,我们连接到repo,如: http : //svn.ourserver.com/reponame

我们已经浏览过任何我们能想到的论坛帖子,并且无法通过重定向周期。 任何知识将不胜感激。

编辑我应该补充一点,我们正在获取身份验证窗口,因此我相信该部分已正确设置。

Hoping somebody can shed some guru-knowledge here as we've been racking our brains trying to figure out what is causing this error.

We're running WHM/CPanel on CENTOS 5.8

We have a sub-domain specifically set up to server as an svn repository. We've created the VirtualHost directory and config file. The config file looks like the following:

<IfModule mod_dav_svn.c> <Location /> DAV svn SVNParentPath /home/<username>/public_html/svn SVNListParentPath On AuthType Basic AuthName "SVN Repo" AuthUserFile /home/<username>/.svn.htpasswd Require valid-user </Location> </IfModule>

We're using SVNParentPath because we will have multiple repositories.

Our repo's are created using svnadmin create

They show up fine when we navigate to them in a browser. We can see the top level folders. When we click into them all we see is the revision number. I'm pretty sure this is normal.

In Tortoise we connect to the repo like: http://svn.ourserver.com/reponame

We've been through any and every forum post we can think of and just cannot get passed the redirect cycle. Any knowledge will be greatly appreciated.

edit I should add that we are getting the authentication windows so I believe that that part is setup correctly.

最满意答案

事实证明,我认为这更像是对如何设置svn以及如何toViseSVN需要访问它的误解。 Tortoise无法检查多个项目(我们知道。)我们忽略的是创建存储库与创建项目不同。

一旦我们将svn.mydomain.com转换为repo本身,在其中创建了一个项目,我们就能够无误地检查出来。

我要感谢那些试图提供帮助的人。 我非常感谢你的时间。

As it turns out I think this was more of a misunderstanding of how svn is setup and how tortoiseSVN needs to access it. Tortoise can't check out multiple projects (which we knew.) What we overlooked is that creating a repository, isn't the same as creating a project.

Once we converted the svn.mydomain.com to be a repo itself, created a project within that, we were able to check it out without error.

I want to thank everyone that tried to help. I really appreciate your time.

更多推荐

本文发布于:2023-07-17 07:42:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1141118.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:重定向   CENTOS   Tortoise   SVN   Redirect

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!