SVN 在哪里存储存储库文件?

发布于 2024-09-17 00:49:19 字数 59 浏览 7 评论 0原文

SVN 中存储库文件的默认位置是什么?它如何存储它们? (普通文件,某种数据库)?

谢谢

What is the default location for reposatory files in SVN? And how does it store them? (plain files,some sort of database)?

Thanks

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

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

发布评论

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

评论(1

假面具 2024-09-24 00:49:19

存储库不存在默认位置。这是必须配置的。在 svnserve 中或通过 Apache 配置。在存储库内,信息以压缩形式存储在具有特定结构的纯文件中。这是 FSFS 后端,其行为类似于具有事务和可能回滚的数据库。另一方面,存在使用 BerkeleyDB 的 BerkeleyDB 备份,这是第一个后端。但与此同时,FSFS 备份已成为事实上的标准存储。备份更简单等。有关存储内部如何工作的详细信息,您可以在网站上找到

There does not exist a default location for the repository. This has to be configured. Either in svnserve or via Apache configuration. Inside the repository the information stored in a compressed form in plain files with a particular structure. This is the FSFS Backend which behaves like a database with transaction and possible rollback. On the other hand there exist the BerkeleyDB backup which uses the BerkeleyDB which was the first backend. But in the meantime the FSFS backup has become to the defacto standard storage. Simpler to backup etc. Details about how the storage is working internally you can find on the web-site

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文