linux – Subversion – txn-protorevs的目的是什么

linux – Subversion – txn-protorevs的目的是什么,第1张

概述我有一个Subversion服务器和一个Subversion存储库,我在db目录下有这个目录: txn-protorevs 其中包含以下文件 119M 1-4.rev0 1-4.rev-lock SVN存储库中此目录的用途是什么? 如果你想了解db目录,你应该仔细阅读 source code使用哪个SVN来实现FSFS,它有一些注释,详细说明了这些部分是如何组合在一起的.简而言 我有一个Subversion服务器和一个Subversion存储库,我在db目录下有这个目录:
txn-protorevs

其中包含以下文件

119M    1-4.rev0       1-4.rev-lock

SVN存储库中此目录的用途是什么?

解决方法 如果你想了解db目录,你应该仔细阅读 source code使用哪个SVN来实现FSFS,它有一些注释,详细说明了这些部分是如何组合在一起的.简而言之,这是文件的内容
txn-protorevs/      subdirectory containing transaction proto-revision files    <txnID>.rev       Proto-revision file for transaction <txnID>    <txnID>.rev-lock  Write lock for proto-rev file

这是原始修订文件的作用

The prototype rev file is used to store the text representations as they are received from the clIEnt. To ensure that only one clIEnt is writing to the file at a given time,the “rev-lock” file is locked for the duration of each write.

总结

以上是内存溢出为你收集整理的linux – Subversion – txn-protorevs的目的是什么全部内容,希望文章能够帮你解决linux – Subversion – txn-protorevs的目的是什么所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/1041329.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-24
下一篇2022-05-24

发表评论

登录后才能评论

评论列表(0条)

    保存