如何检查我的 SVN 存储库正在使用什么文件系统?

发布于 2024-08-15 14:34:58 字数 121 浏览 4 评论 0原文

我已经创建了我的存储库并且已经使用它一段时间了。我想检查它正在使用什么文件系统数据存储:Berkeley DB 或 FSFS。我不知道如何检查这个。我查看了 svnadmin、svnlook 等。有关如何执行此操作的任何提示吗?

I've already created my repository and have been using it for a while. I wanted to check what filesystem data store it is using: Berkeley DB or FSFS. I'm not sure how to check this. I've looked at svnadmin, svnlook, etc. Any hints on how to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

终难愈 2024-08-22 14:34:58

检查存储库中的 db/fs-type 文件:

$ cat db/fs-type
fsfs

Check the db/fs-type file in your repository:

$ cat db/fs-type
fsfs
夏花。依旧 2024-08-22 14:34:58

假设您可以访问存储库所在的文件系统,那么您可以检查数据库子目录中是否有每个源文件的文件

抱歉不知道如何从客户端执行此操作

Assuming you can access the filesystem the repository is on then you can check if there is a file for each source file in the DB subdir

Sorry don't know how to do it from the client side

我最亲爱的 2024-08-22 14:34:58

当然这是一个较旧的问题,但如果您有权访问服务器,则可以使用 svnadmin 检查详细信息。更改到包含存储库的目录,然后使用 svnadmin info REPOSITORY。将显示文件系统类型文件系统格式。适用于至少 1.9 版本的 svnadmin 版本。

# svnadmin 信息沙箱

Path: sandbox
UUID: c9ff7519-0e7a-4f99-8b60-b23157107fec
Revisions: 0
Repository Format: 5
Compatible With Version: 1.9.0
Repository Capability: mergeinfo
Filesystem Type: fsfs
Filesystem Format: 7
FSFS Sharded: yes
FSFS Shard Size: 1000
FSFS Shards Packed: 0/0
FSFS Logical Addressing: yes
Configuration File: sandbox/db/fsfs.conf

Granted this is an older question, but if you have access to the server, it is possible to examine the details using svnadmin. Change to the directory containing the repositories, and then use svnadmin info REPOSITORY. The Filesystem Type and Filesystem Format will be displayed. Works with svnadmin version from at least 1.9.

# svnadmin info sandbox

Path: sandbox
UUID: c9ff7519-0e7a-4f99-8b60-b23157107fec
Revisions: 0
Repository Format: 5
Compatible With Version: 1.9.0
Repository Capability: mergeinfo
Filesystem Type: fsfs
Filesystem Format: 7
FSFS Sharded: yes
FSFS Shard Size: 1000
FSFS Shards Packed: 0/0
FSFS Logical Addressing: yes
Configuration File: sandbox/db/fsfs.conf
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文