如何知道Bzr当前是否被锁定?
我需要一种方法来通过 shell 命令检查 Bazaar 当前是否被锁定(执行锁定操作)。
只要能够快速完成(1、2 秒,而不是更多),任何解决方法都是好的。
如果可能的话,我会避开基于文件系统路径的解决方案。如果可能的话。
有什么帮助吗?
i need a way to check if Bazaar is currently locked (performing locking operations), via shell command.
Any workaround is good as long as is fast to accomplish (1, 2 seconds, not more).
If possible, I would steer clear filesystem-path based solutions. If possible.
Any help ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,您可以通过简单地使用以下命令来检查目录是否被锁定:
Turns out you can check if a directory is locked by simply using: