Anything committed to a repository, whether binary or text, or through git or hg, is versioned. However, binary files are much more likely to fill the repository unless you use something like LFS.
What are you trying to do?
Hello James,
Thank you for your time.
My users for Bitbucket tool have claimed that versioning for EAR and WAR files were not version controlled or neither than can be used for diff using Bitbucket or source tree. Later we found that version control is not supported in Bitbucket.
Could you please confirm if the above understanding is correct?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it is incorrect. Your users are wrong.
Bitbucket will version control anything you give it. It really doesn't care what the size or content is, it will version it. (Although, with large files, you need to make allowances for LFS)
However, it does not do all type of binary diffs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Nic for your response. Yes, that is where the understanding was initially I wanted to explain that EAR and WAR files were not enabled for binary diffs., However we were able to check in OPT or Pub files into Bibucket.
Will it be possible to add me a link where I can read through the products limitations on this regard on exactly what type of files are version controlled and could run a binary diffs?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no doc for "limitations" because Bitbucket does not limit what you version control.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Nic, can you please explain what you meant by "However, it does not do all type of binary diffs."
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It relies on git to do the comparisons, so it depends on what git supports.
Here's an example: https://community.atlassian.com/t5/Bitbucket-questions/File-comparison-displays-the-message-quot-This-file-cannot-be/qaq-p/424531
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.