I recently saw the Bazaar command check, but not really sure what exactly it checks or verifies. Can anyone give me some info?
I recently saw the Bazaar command check , but not really sure what exactly
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
More info on what “bzr check” does, how it works and examples:
This command checks various invariants about branch and repository storage to detect data corruption or bzr bugs. The working tree and branch checks will only give output if a problem is detected.
http://doc.bazaar.canonical.com/bzr.dev/en/user-reference/check-help.html
If you want to get down into the nitty gritty of how it does the corruption checks, I guess you could checkout the source code and start reading:
http://wiki.bazaar.canonical.com/SourceDownloads