Subversion:预期格式“3” 存储库; 找到格式“5”
好吧,我陷入了困境,
我做了 subversion 1 点击设置,效果很好。 然而,在设置我的存储库时,我不小心提交了一个不应该有的文件。 我没有跳过清除文件的麻烦,而是删除了存储库并使用“svnadmin create”重新创建了它 按照我的建议。
然而现在我收到了臭名昭著的存储库预期格式“3”; 当我尝试导入存储库或者只是浏览到它时,发现格式“5”错误。
当我尝试卸载 subversion 以便重新运行一键安装时,卸载失败,并且一键安装不会覆盖已有的内容。
从谷歌搜索来看,这似乎是某种版本控制错误,但我不明白这是怎么回事,因为我只安装了一个版本。
有人可以帮忙吗?
Well I've gotten myself in a pickle
I did the subversion 1 click setup and it worked great. However, in setting up my repository I accidentally committed a file that I shouldn't have. Rather than jumping through the hoops of purging a file I deleted the repository and recreated it using "svnadmin create" as recommended to me.
Now however I am recieving the notorious Expected format '3' of repository; found format '5' error when I try to either import to the repository, or just even browse to it.
When I tried to uninstall subversion so that I could re-run the 1 click setup the uninstall failed and the 1 click setup won't overwrite whats already there.
From googling, this seems to be like some sort of versioning error but I don't see how that can be the case since I only ever installed the one version.
Can anybody help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来“一键设置”是基于旧版本的 SVN,但不知何故,您还获得了更新版本的 svnadmin,它创建了更新的存储库。
我无法帮助您解决失败的安装/卸载问题,但是当您最终摆脱一键安装的所有碎片时,我会使用更新的东西再试一次。
这是一个漂亮的软件包中的最新版本:
http://www.collab。 net/downloads/subversion/
这里有一个 .ZIP 文件中的相同内容,其中包含您需要的所有位:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
It would appear that the 'one click setup' is based on an ancient version of SVN, but somehow you've also got a more up-to-date version of svnadmin which has created a newer repository.
I can't help you with your failed install/uninstall, but when you finally get rid of all the detritus of the 1-click install, then I'd try again, using something more up-to-date.
Here is a more up-to-date version in a nice package:
http://www.collab.net/downloads/subversion/
And here is the same stuff in just a .ZIP file which contains all the bits you need:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91