
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的目的是什么所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)